Fix: Server-status

This commit is contained in:
Laurent Destailleur 2008-07-01 14:42:55 +00:00
parent 870841d96f
commit 4e60d3d9ad

View File

@ -126,7 +126,7 @@ ExtendedStatus On
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from localhost
Allow from localhost, 127.0.0.1
</Location>