DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29106>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29106 Resetting LimitRequestBody to 0 (no limit) doesn't work Summary: Resetting LimitRequestBody to 0 (no limit) doesn't work Product: Apache httpd-2.0 Version: 2.0.49 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hi. I'm using apache 2.0.49 with mod_php 4.3.4 on Gentoo Linux (x86). My conf/modules.d/70_mod_php.conf defines LimitRequestBody as follows: --- cut here --- # Fix some bugs <Files *.php> LimitRequestBody 524288 RequestHeader unset If-Modified-Since </Files> <Files *.php3> LimitRequestBody 524288 RequestHeader unset If-Modified-Since </Files> <Files *.php4> LimitRequestBody 524288 RequestHeader unset If-Modified-Since </Files> <Files *.phps> LimitRequestBody 524288 RequestHeader unset If-Modified-Since </Files> <Files *.phtml> LimitRequestBody 524288 RequestHeader unset If-Modified-Since </Files> --- cut here --- It is not set elsewhere. Now I want to allow upload of arbitrarily large files in one directory on one virtual host (there is a php application (eGroupware) running in this directory) but setting LimitRequestBody to 0 just doesn't work. Astrid Keßler told me on [email protected] [1] that this is a bug in apache. [1] http://marc.theaimsgroup.com/?l=apache-httpd-users-de&m=108500058222033&w=2 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
