https://issues.apache.org/bugzilla/show_bug.cgi?id=44948


Bob MacCallum <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #7 from Bob MacCallum <[email protected]>  2009-02-09 
04:00:27 PST ---
I get this too on 2.2.8 compiled from source with

"./configure" \
"--prefix=/usr/local/apache_dir/httpd-2.2.8" \
"--enable-proxy" \
"--enable-proxy-ajp" \
"--enable-rewrite" \
"--enable-substitute" \

on Red Hat Linux 2.6.18-53.1.4.el5 x86_64

Note that the leak occurs even when the Substitute directive(s) have been
commented out, e.g.

<IfModule substitute_module>
  <Location />  
    AddOutputFilterByType SUBSTITUTE text/html
#    Substitute "s|</body>|<!-- hello --></body>|i"
  </Location>
</IfModule>


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to