DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24991>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24991

mod_proxy_http leaks memory when using HTTP POST requests

           Summary: mod_proxy_http leaks memory when using HTTP POST
                    requests
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When reverse proxying a web page using the ProxyPass directive, Apache leaks 
memory when running the JMeter stress test tool using HTTP POST requests.  
This does not happen with HTTP GET requests.

Sample config:

<VirtualHost *:81>
        ServerName <your-server-name>
        <Location />
                ProxyPass http://localhost/
        </Location>
</VirtualHost>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to