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 2005/05/23 17:54:30 UTC

DO NOT REPLY [Bug 35023] New: - mod_rewrite memory leak

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=35023>.
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=35023

           Summary: mod_rewrite memory leak
           Product: Apache httpd-1.3
           Version: 1.3.27
          Platform: PC
               URL: http://www.documentroot.com
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P4
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: erik@zoneedit.com


I've observed this bug recently.

With these two rules.

    RewriteEngine on
    RewriteRule .* /index.html

... apache (1.3.27) ran away with memory leaks

So I used this instead:

    ErrorDocument 404 /index.html

and apache ran fine.

This is a major bug that I've verified on several Apache 1.3.27 machines.  
Sortof odd that it hasn't been noticed before.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org