On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote:
> Hi Joshua
>
> [Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied
> by server configuration:
> /home/qrq/httpd-2.0.55_dir/htdocs/server-status
>
> below is access logs
> 192.168.1.20 - - [27/Feb/2006:09:07:24 -0500] "GET /server-status
> HTTP/1.1" 403                                               398

> > > <Location /server-status>
> > >    SetHandler server-status
> > >    Order deny,allow
> > >    Deny from all
> > >    Allow from .blue.com
> > > </Location>

The access_log tells us that the server cannot resolve your IP
address, so it doesn't match .blue.com.  Try using an IP address in
the Allow from directive.

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