I was barking up the wrong tree. The problem was the ACL configuration in front of cocoon vhost. It had an invalid hostname in the deny clause, which caused Apache to do a reverse lookup to see if the client's IP matches the host.
The clause was: Deny From None Apparently, this is a typical error, None is not a reserved word (unlike All which is), so it is treated as a hostname. Live and learn... :) Leonid Geller -----Original Message----- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 10:21 AM To: users@cocoon.apache.org Subject: Re: hostname lookup Hi Leonid, Is cocoon or the servlet container who is doing the reverse DNS call? Would you provide more about your environment? Many thanks in advance. Best Regards, Antonio Gallardo. Leonid Geller escribió: > > How can I disable hostname lookup in Cocoon 2.1.10? It slows down our > application immensely! > > > > Thanks, > > > > -Leonid Geller > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]