Skip to content

Instantly share code, notes, and snippets.

@yoimbert
Created May 29, 2015 14:11
Show Gist options
  • Save yoimbert/a5417e3e95c14cf76787 to your computer and use it in GitHub Desktop.
Save yoimbert/a5417e3e95c14cf76787 to your computer and use it in GitHub Desktop.
server-status Apache 2.4
ExtendedStatus on
<Location /server-status>
SetHandler server-status
Require all denied
Require ip xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
Require host domaine.ltd
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment