Have you ensured:

HostnameLookups Off

is set in your Apache config? This delay seems symptomatic of Apache (or
the application it's providing) doing a reverse lookup for the calling
IP, and timing out. Subsequent connections in the same session will then
be fine as the resolver libraries will cache the negative (or failed)
response until some time later.

Alternatively, does the application need to do some sort of callback?

Graeme


_______________________________________________
LinuxVirtualServer.org mailing list - [email protected]
Send requests to [EMAIL PROTECTED]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to