/apache2/mods-available/info.conf
http://github.com/brinkman83/bashrc · Config · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 8a36e9a5542c8e24df6170052a31b62b MD5 · raw file
- <IfModule mod_info.c>
- #
- # Allow remote server configuration reports, with the URL of
- # http://servername/server-info (requires that mod_info.c be loaded).
- # Uncomment and change the ".example.com" to allow
- # access from other hosts.
- #
- <Location /server-info>
- SetHandler server-info
- Order deny,allow
- Deny from all
- Allow from localhost ip6-localhost
- # Allow from .example.com
- </Location>
- </IfModule>