[users@httpd] mem_disk_cache not activated

2012-08-24 Thread Carl-Erik Kopseng
I have problems getting disk_cache to work, and I am not able to see why. I am running a SLES 11 SP2 server with the following virtualhost config. SSL is enabled, as are the relevant modules (otherwise, Apache would barf up an error). VirtualHost *:443 ServerName customer1.myhosts.com

RE: [users@httpd] mod_extract_forwarded or mod_rpaf for Apache 2.2/2.4?

2012-08-24 Thread Ruiyuan Jiang
You can get the module for 2.2 from http://people.apache.org/~wrowe/httpd-2.2-ports/ Ruiyuan Jiang -Original Message- From: Marten Lehmann [mailto:lehm...@cnm.de] Sent: Thursday, August 23, 2012 8:33 PM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_extract_forwarded or

RE: [users@httpd] FIPS disabled by httpd 2.4.3

2012-08-24 Thread Ruiyuan Jiang
Hi, I am trying to recompile httpd. The output of ldd shows my httpd uses libcryto.so.1 from /lib64 directory which is built in from Redhat. My Redhat is RHEL v6.3. I can't delete Redhat's openssl since a lot of programs uses it. In the configure phase of httpd, I added

[users@httpd] ModPHP performance is good, FastCGI is not: Resource limit? Lock? Race condition?

2012-08-24 Thread Ben Johnson
Hello, I'm wrestling with an issue that has been unusually difficult for me to troubleshoot. I believe to have reduced the root cause to executing PHP sripts with ModPHP vs. FastCGI. Basically, I have an HTML document (generated via PHP, which isn't necessarily relevant) that includes several

[users@httpd] Re: Handle Multi-Domain Traffic

2012-08-24 Thread unjc email
Anyone has an idea?? Further investigation indicates that Apache reuses existing TCP connection per domain. Thus, the overhead of creating new connections seems to be the performance issue when it deals with traffic of many different domains. Any advice and suggestion will be appreciated.

[users@httpd] Apache httpd 2.4.3 windows installer (.msi) with OpenSSL

2012-08-24 Thread Thakur, Praveen Kumar
Hi, I would like to know when windows installer (.msi) for Apache 2.4.3 would be available with OpenSSL 1.0.1c (or other latest OpenSSL version)? Like Apache 2.2.22 msi with OpenSSL 0.9.8t is currently available for download. Thanks, Praveen

RE: [users@httpd] FIPS disabled by httpd 2.4.3

2012-08-24 Thread Ruiyuan Jiang
Hi, When I tried to start Apache with FIPS on now, I was prompted for the pass phrase which is normal. After I typed in pass phrase, I got a message: Apache: mod_ssl:Error: Pass phrase incorrect (5 more retries permitted). When I ctrl-c to exist, I got another message: Apache:mod_ssl:Error:

[users@httpd] Re: Issue with HTTP methods (DELETE,PUT) not being accepted (returning 405 Method not allowed)

2012-08-24 Thread Scott Bigelow
I ended up figuring this out and I thought I would respond to my original message to let anyone know who stumbles on this what the problem was. Apache does not want to send arbitrary HTTP request methods to regular files. Sending a DELETE or PUT to a regular file in a document root will end up