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

No, you have this the wrong way around. You need:


  Order allow,deny
  Allow from localhost
  Deny from all


-- Del

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to