<Directory /path/to/mirror>
IndexOptions FancyIndexing NameWidth=* FoldersFirst \
ScanHTMLTitles DescriptionWidth=*
HeaderName HEADER.html
ReadmeName README.html
AllowOverride FileInfo Indexes
Options Indexes SymLinksIfOwnerMatch
</Directory>
<VirtualHost 202.172.248.46> BytesLog domlogs/apache.stormbox.net-bytes_log ServerName apache.oss.planetsg.org ServerAlias www.apache.oss.planetsg.org ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/djstudio/public_html/apache CustomLog domlogs/apache.oss.stormbox.net combined ScriptAlias /cgi-bin/ /home/djstudio/public_html/apache/cgi-bin/ User stormbox Group stormbox IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=* HeaderName HEADER.html ReadmeName README.html Options Indexes SymLinksIfOwnerMatch </VirtualHost> this is what i have
|