Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-09 Thread Timothy Partee
Okay, so for the last few days now I've been trying to repro the intermittent POST data issues on my Apache servers through a test POST form script and thus far I've had a zero repro rate out of over 40,000 POST submissions from the test script - however I've added error logging for every time

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-09 Thread Joost de Heer
It was suggested that we exclude the CGI folders from the mod_rewrite rules and processing, however we could find no info in Apache documentation on how to exclude mod_rewrite rules/operation from any specific directories. Any pointers in the right direction would be appreciated, thanks!

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-09 Thread Timothy Partee
None of our rewrite rules should ever be operating on POST form processor scripts, however it was suggested to us that mod_rewrite is the likely culprit as it may be over-reactive and sometimes accidentally nuking our POST data when it shouldn't. It was suggested to disable mod_rewrite entirely

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-09 Thread Joost de Heer
On 08/09/2010 10:26 AM, Timothy Partee wrote: None of our rewrite rules should ever be operating on POST form processor scripts, however it was suggested to us that mod_rewrite is the likely culprit as it may be over-reactive and sometimes accidentally nuking our POST data when it shouldn't.

RE: [us...@httpd] Expect: 100-continue bug in 2.2.14?

2010-08-09 Thread Campbell, Scott
Per Eric, I added the %{Expect}i log entry. LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \SCOTT\ \%{User-Agent}i\\%{Expect}i\ scott CustomLog |/usr/local/apache2/bin/rotatelogs /usr/local/apache2/logs/scott.log 86400 scott X.X.X.X - - [09/Aug/2010:09:43:34 -0400] POST

[us...@httpd] Re: multiple streaming servers in a cloud

2010-08-09 Thread Tapas Mishra
Finally got the solution. If some one comes across here http://permalink.gmane.org/gmane.comp.emulators.xen.user/60859 should help him. On Mon, Aug 9, 2010 at 10:47 AM, Tapas Mishra mightydre...@gmail.com wrote: Hi,  I am not sure if this is the right place to ask this  question. Please go

[us...@httpd] SSLFIPS Directive

2010-08-09 Thread james
Hello, After upgrading to Apache 2.2.16, I noticed messages in the error_log indicating that the server was not operating in FIPS mode. After researching this (since it wasn't be publicly available in the release notes for 2.2.16) I discovered the SSLFIPS directive. I'm curious if FIPS mode

[us...@httpd] HTTP_CONNECTION mod_fcgid

2010-08-09 Thread Piotr Kloc
Hello ! I am using mod_fcgid and php the parametr $_SERVER['HTTP_CONNECTION'] is always set to close I have found this revision http://mail-archives.apache.org/mod_mbox/httpd-cvs/200907.mbox/%3c20090724185439.b83a52388...@eris.apache.org%3e So is there any chance to get other status like

[us...@httpd] .msi installer pack not working for WinXP

2010-08-09 Thread Name
Hello! I just resolved the issue of getting the HTTPD binaries by extracting them with Universal Extractor (hope the installer doesn't do some aditional mojo besides just extracting stuff). Wouldn't it be easier to just put a .zip in the Downloads section? Anyway here's my log (no there's

[us...@httpd] The biggest size of uploaded file using Apache2.2

2010-08-09 Thread Li N
Hi everyone, One of the new features of Apache2.2 is Large File Support, and it could support for files larger than 2GB on modern 32-bit Unix systems. Now I want to know what is the biggest size of uploaded files allowed using Apache2.2 on modern 32-bit Unix systems. If it is 64-bit Unix