资 源 简 介
Vhost-indexer is a simple PHP script, index.php, that you configure through environment variables in your .htaccess file. This results is an auto generated index page listing your configured virtual hosts parsed from your apache configuration as an unordered list of links.
To see examples of how vhost-indexer has been used, look at http://iic-prod.seas.harvard.edu/.
A sample CSS file, style.css, is provided that borrows from the fantastic BluePrintCSS project.
Configuration
Using the Apache SetEnv stanza in your .htaccess file, located in the same directory as the index.php, you can define the location of the httpd.conf or specific vhost configuration file, the CSS file and any content you want to display in the index page.
The sample .htaccess file given, provides the following settings:
```
#
# The