This is a discussion on mod_proxy on Windows - keeps creating new connections within the Apache Web Server forums, part of the Web Server and Related Forums category; I'm trying to use ProxyPass on Apache (2.2.6) on Windows (XP and 2003) redirecting to Tomcat. Apache ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm trying to use ProxyPass on Apache (2.2.6) on Windows (XP and 2003)
redirecting to Tomcat. Apache keeps closing sockets and creating new ones under heavy load (many sockets are in TIME_WAIT state when checking with netstat). Here is the configuration I currently have: ProxyPass /command http://localhost:8080/mywebapp min=40 max=40 keepalive=On Apache's memory keeps growing as well (using "MaxRequestsPerChild 1000" to prevent it from growing indefinitely). Any idea? |
| Thread Tools | |
| Display Modes | |
|
|