You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/05/19 23:51:57 UTC

DO NOT REPLY [Bug 29106] New: - Resetting LimitRequestBody to 0 (no limit) doesn't work

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: bugs@httpd.apache.org
        ReportedBy: benkstein@math.tu-dresden.de


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 users-de@httpd.apache.org [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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org