On 8/28/07, Alfredo Mesen <[EMAIL PROTECTED]> wrote:

>
> [Tue Aug 28 10:52:21 2007] [error] [client xxx.xxx.xxx.234] client
> denied by server configuration: /var/www/html/home
>
> I'm running Apache/1.3.33 (Unix), not really sure what more data is
> relevant, httpd.conf has default values for all the
> maxuser/startserver etc concurrency params; tweeking them had no
> effect on the server response.
>
> I am led to discard any directory/access issues since everything works
> fine when accessed from a high RTT network, I honestly have no idea
> why the server should fail when accessed from a low RTT network.

If you look in the code, you'll see the "client denied by server
configuration" is only returned (to the best of my recollection) by
mod_access. So the only possible source is Allow/Deny/Order
directives.

Yes, it is weird that it works from one place but not from another.
But perhaps you have some Allow directives that require a DNS lookup,
and the DNS is timing out or something along those lines.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to