Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-26 Thread Igor Cicimov
On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > > Using apache on Mac OSX 10.7. > I have a test django application with a executable file named > > index.fcgi (permissions = 755) > > My .htaccess looks like this : > # > AcceptPathInfo On >

[users@httpd] Application exception from Apache 2.4.3 (with APR 1.4.6)

2013-02-26 Thread Pravesh Rai
Hi, While doing continuous restart of 64 bit Windows server, sometimes we get application exception with following details: Faulting module name: libapr-1.dll, version: 1.4.6.0, time stamp:... Exception code: 0xc005 Fault offset: 0x00017351 Though we’ve re

[users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-26 Thread Tim Johnson
Using apache on Mac OSX 10.7. I have a test django application with a executable file named index.fcgi (permissions = 755) My .htaccess looks like this : # AcceptPathInfo On AddHandler fcgid-script .fcgi RewriteEngine on RewriteCond %{RE

RE: [users@httpd] Certificate mismatch error

2013-02-26 Thread Edward Quick
Ok, I guess your job is to show that apache is set up correctly and the fault is on the client side, so try these tests: Using curl, with your root certificate file (you shouldn't need the intermediate one if you set apache up right), run this: Test 1: $ curl --cacert ./root.pem https://abc.co

Re: [users@httpd] I need your Help

2013-02-26 Thread Ben Johnson
On 2/26/2013 2:56 PM, CASTRO MINIAX wrote: > Hi guys my name is Alvi , I have successfully installed apache web > server httpd-2.0.64-win32-x86-no_ssl.msi > > and why i typed " localhost " on my browser i rece

Re: [users@httpd] I need your Help

2013-02-26 Thread Néstor
Because as a default it goes to the index.html file. Go to http://localhost/myfilename.html where myfilename.html is the name of the file you are trying to access . You can just put something inside the index.html file and see if it shows. Good Luck!!! On Tue, Feb 26, 2013 at 11:56 AM, CASTRO M

Re: [users@httpd] Re: redirect non-existing directory request to that directory with file name appended

2013-02-26 Thread Ben Johnson
On 2/26/2013 2:39 PM, Matthew Smith wrote: > Tried this but it causes a 500 error. Any ideas where I am off? > > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteRule (.*) /site_mysite_com/$1/index.cfm [L] > > On Mon, Feb 25, 2013 at 10:10 PM, Matthew Smith <

[users@httpd] Re: redirect non-existing directory request to that directory with file name appended

2013-02-26 Thread Matthew Smith
Tried this but it causes a 500 error. Any ideas where I am off? RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) /site_mysite_com/$1/index.cfm [L] On Mon, Feb 25, 2013 at 10:10 PM, Matthew Smith wrote: > Right now I have this: > > RewriteCond %{REQUEST_FI

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
Just got an update from client that after importing the intermediate cert also, the issue is not resolved !! *ORA-06512: at "SYS.UTL_HTTP", line 1029* *ORA-29024: Certificate validation failure (-29273)* * * *Thanks & Regards,* *BIjayant Kumar* On Tue, Feb 26, 2013 at 7:49 PM, Kumar Bijayant wro

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
The certificate is installed by third party (trust center). I think the same and asked them to check and install if it is not there. Just waiting for their reply now. Thanks for your help so far! Thanks & Regards, Bijayant Kumar On Tue, Feb 26, 2013 at 5:47 PM, Edward Quick wrote: > Is your ce

Re: [users@httpd] mod_userdir resets global per-user permissions, if UserDir was redefined in VirtualHost

2013-02-26 Thread Eric Covener
On Tue, Feb 26, 2013 at 6:59 AM, Dmitriy Matrosov wrote: > Hi. > > I try to set up mod_userdir on Debian Wheezy and i discovered, that if > i redefine some parameters of UserDir (e.g. path) inside VirtualHost, > all per-user permissions (enabled/disabled state for particular user) > set at "main s

RE: [users@httpd] Certificate mismatch error

2013-02-26 Thread Edward Quick
Is your certificate issued by an internal CA or someone like Verisign/Komodo etc?I wonder if the Oracle DB connecting has the CA root certificate installed in their truststore. If they do, check the certificate chain for your site to make sure the intermediate is correctly set up. Date: Tue, 26

[users@httpd] mod_userdir resets global per-user permissions, if UserDir was redefined in VirtualHost

2013-02-26 Thread Dmitriy Matrosov
Hi. I try to set up mod_userdir on Debian Wheezy and i discovered, that if i redefine some parameters of UserDir (e.g. path) inside VirtualHost, all per-user permissions (enabled/disabled state for particular user) set at "main server" level will be reset to "default permission" (disabled or enabl

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
Hi Edward, I just renewed the server certificate on the Apache webserver. Oracle DB is not in our scope, that was the message from client. Thanks, Bijayant Kumar On Mon, Feb 25, 2013 at 7:31 PM, Edward Quick wrote: > Could you clarify, when you say : > > The Certificate was installed into a Wa