<Location /server-info>
SetHandler server-info
Order deny,allow
Deny from all
Allow from localhost
</Location>
Now restart the server and issue the request:
http://localhost/server-info
We won't show a snapshot of the output here, as
it's very lengthy. However, you should know that
mod_info is unaware of the configuration created or modified by
<Perl>sections or equivalent methods
discussed earlier in this chapter.
 |  |  |
4.7. Apache Restarts Twice |  | 4.9. Tips and Tricks |