You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by John Oliver <jo...@john-oliver.net> on 2005/10/22 18:39:37 UTC

[users@httpd] Apache upgrade broke server-status

I updated two Fedora Core 2 servers from 2.0.51 to 2.0.54  One still
works just fine.  The other can no longer access
http://localhost/server-status

[Sat Oct 22 09:17:36 2005] [error] [client 127.0.0.1] client denied by
server configuration: /home/www/server-status

<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from localhost
    Allow from my.home.ip.address
</Location>

I can see the status from my.home.ip.address, though!  Yes, localhost
still resolves correctly.

-- 
***********************************************************************
* John Oliver                             http://www.john-oliver.net/ *
*                                                                     *
***********************************************************************

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache upgrade broke server-status

Posted by Joshua Slive <js...@gmail.com>.
On 10/22/05, John Oliver <jo...@john-oliver.net> wrote:
> I updated two Fedora Core 2 servers from 2.0.51 to 2.0.54  One still
> works just fine.  The other can no longer access
> http://localhost/server-status
>
> [Sat Oct 22 09:17:36 2005] [error] [client 127.0.0.1] client denied by
> server configuration: /home/www/server-status
>
> <Location /server-status>
>     SetHandler server-status
>     Order deny,allow
>     Deny from all
>     Allow from localhost
>     Allow from my.home.ip.address
> </Location>
>
> I can see the status from my.home.ip.address, though!  Yes, localhost
> still resolves correctly.

What exactly do you get from
nslookup localhost
on the server.

Anyway, why don't you just add
Allow from 127.0.0.1

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org