Richard,

as said, you need an <Directory> container:

<VirtualHost 202.172.248.46>
        ServerName apache.oss.planetsg.org
        ServerAlias www.apache.oss.planetsg.org
        ServerAdmin [EMAIL PROTECTED]

DocumentRoot /home/djstudio/public_html/apache
<Directory /home/djstudio/public_html/apache>
IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*
HeaderName HEADER.html
ReadmeName README.html
AllowOverride FileInfo Indexes
Options Indexes SymLinksIfOwnerMatch
</Directory>

        CustomLog domlogs/apache.oss.stormbox.net combined
        BytesLog domlogs/apache.stormbox.net-bytes_log

        ScriptAlias /cgi-bin/ /home/djstudio/public_html/apache/cgi-bin/

        User stormbox
        Group stormbox
</VirtualHost>

Hope this helps.

Cheers,
Erik

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to