8 lines
154 B
ApacheConf
8 lines
154 B
ApacheConf
## MAIN CONFIG HERE
|
|
|
|
<Location "/server-status">
|
|
SetHandler server-status
|
|
Order deny,allow
|
|
Deny from all
|
|
Allow from 127.0.0.1
|
|
</Location>
|