The following reply was made to PR mod_proxy/1349; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Apache bugs database <[EMAIL PROTECTED]> Cc: Subject: Re: mod_proxy/1349: Proxy server stops working when there is no route to host (fwd) Date: Mon, 3 Nov 1997 09:21:11 -0700 (MST) ---------- Forwarded message ---------- Date: Mon, 3 Nov 1997 11:10:51 -0500 (EST) From: Archimedes Trajano <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: mod_proxy/1349: Proxy server stops working when there is no route to host > Exactly what happens when you try to connect? Does it > refuse the connection? Does it connect and give an error? > Does anything at all appear in the access or error logs? When I receive an log entry on the error_log such as "No route to host", any further connections using the proxy server will time out on the client. (At least from what I see in the log patterns). > Are you sure this is directly related? Not 100% sure. I am just going by error log patterns. Another thing that does appear occationally on my error_log is [Mon Nov 3 11:06:19 1997] [error] server seems busy, spawning 4 children (you may need to increase StartServers, or Min/MaxSpareServers) However, I have already increased the server from the defaults to: MinSpareServers 100 MaxSpareServers 200 StartServers 100 There are less than 10 people using the proxy server.
