Skip to content

Instantly share code, notes, and snippets.

@z3cka
Created November 27, 2012 18:51
Show Gist options
  • Save z3cka/4156214 to your computer and use it in GitHub Desktop.
Save z3cka/4156214 to your computer and use it in GitHub Desktop.
server-status
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
## Allow from localhost
# Allow from 131.216.134.76
Allow from all
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment