Practical mod_perl / HTML Book /



previous page: 4.7. Apache Restarts Twice
  
page up: HTML Version of the book
  
next page: 4.9. Tips and Tricks

4.8. Enabling Remote Server Configuration Reports


The nifty mod_info Apache module displays the complete server configuration in your browser. In order to use it, you have to compile it in or, if the server was compiled with DSO mode enabled, load it as an object. Then just uncomment the already prepared section in the httpd.conf file:

<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.

 

Continue to:

  • prev: 4.7. Apache Restarts Twice
  • Table of Contents
  • next: 4.9. Tips and Tricks







TOP
previous page: 4.7. Apache Restarts Twice
  
page up: HTML Version of the book
  
next page: 4.9. Tips and Tricks


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com