This code fails:

<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from localhost
    Allow from .rowe-clan.net
</Location>

The result is always denied.  Any ideas?

Reply via email to