Tugger the SLUGger!SLUG Mailing List Archives

[SLUG] apache server-status conf


I'm unable to get /server-status, have this in conf:
error log says:

[Wed Aug 30 08:02:36 2006] [error] [client 220.240.19.116]
client denied by server configuration: /home/sbt.net.au/www/server-status

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

this directive works :

Alias /doc/ /usr/share/doc/
<Directory /usr/share/doc>
    order deny,allow
    deny from all
    allow from localhost .localdomain 220.240.19.116
    Options Indexes FollowSymLinks
</Directory>


-- 
Voytek