[users@httpd] Apache 2 server hangs when CGI script is executed

2011-11-28 Thread garima goel
Hi All, I work for Oracle, India. I deployed Oracle Access Manager Webgate module on Apache 2 Server which provides single sign-on solution. I also configured Apache 2 server in SSL mode on Solaris 10 and enabled hardware acceleration by setting "SSLCryptoDevice" to "pkcs11". When CGI script is

Re: [users@httpd] Redirect https' 404 to http...

2011-11-28 Thread Tom Evans
On Mon, Nov 28, 2011 at 11:00 AM, John Doe wrote: > Ok.  We will have to weight the additional load... > I understand it will be doubled in case of a 200 (low occurences). > But for all the 404s, it is only configuration parsing in RAM, plus > one "file not found" on the filesystem, right? > No,

Re: [users@httpd] Redirect https' 404 to http...

2011-11-28 Thread John Doe
From: Igor Galić > I'd use mod_macro for that: >   http://www.cri.ensmp.fr/~coelho/mod_macro/ > >   ServerName $name >   DocumentRoot /srv/web/$name >   SSLStuff /some/place/$name >   ErrorDocument 404 http://$name/not404 > > mod_macro looks nice; but I do not think it would solve my problem

[users@httpd] Upload php high cpu

2011-11-28 Thread Olivier BATARD
Hi, I have an issue with the tool openupload, which is a php tool to upload files http://openupload.sourceforge.net/. My apache server is on a debian wheezy, which is hosted on a vserver (fs reiserfs) inside a squeeze, which is also hosted on vmware esx which has on core and 2 go of ram. Each ti

Re: [users@httpd] Redirect https' 404 to http...

2011-11-28 Thread Igor Galić
- Original Message - > From: Igor Galić > >> is there a simple way to redirect all https' 404 to http? > > I don't get it. > > What problem are you trying to solve? > > Just as I said; "redirect all https' 404 to http" > We want to limit https to a few URLs... > https://host/nonhttpsur

Re: [users@httpd] Redirect https' 404 to http...

2011-11-28 Thread John Doe
From: Igor Galić >> is there a simple way to redirect all https' 404 to http? > I don't get it. > What problem are you trying to solve? Just as I said; "redirect all https' 404 to http" We want to limit https to a few URLs... https://host/nonhttpsurl => 404 => http://host/nonhttpsurl => 200 F