[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

[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: P

[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. Tha

[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 ex

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 LDFLAGS=-L/usr/local/

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 mod_

[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). ServerName customer1.myhosts.com Include /etc/

[users@httpd] HTTP Server 2.4.2 : No cache when in Forward Proxy

2012-08-24 Thread Johnny . BARRAY
Hi, I tried to setup a sample http forward proxy cache server with 2.4.2 on linux rhel (both 5.5 and 6.1). With this setup, http server doesn't cache any pages requested. Since I couldn't understand what was wrong in my configuration files, I tried doing the same thing with 2.2.22 version, and

Re: [users@httpd] Large static files - no mod_xsendfile available

2012-08-24 Thread Tom Evans
On Thu, Aug 23, 2012 at 8:16 PM, Ben Johnson wrote: > If you meant to say file *downloads*, I don't see any reason that you > should encounter a blocking/locking issue. I don't use Python, but with > PHP, any number of Apache requests, from the same user-agent, will be > serviced concurrently. Tha

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

2012-08-24 Thread Tom Evans
On Fri, Aug 24, 2012 at 1:32 AM, Marten Lehmann wrote: > Thanks. Is anything like that available for Apache 2.2? Ubuntu 12.04 LTS > only ships with Apache 2.2.22. I would have to build my own Apache with all > dependencies just for this single module. > mod_rpaf works fine with 2.2/2.4, mod_remot