All pastes #919917 Raw Edit

Mine

public text v1 · immutable
#919917 ·published 2008-02-27 02:17 UTC
rendered paste body
#Confing file named hostname.org
<VirtualHost *>
        ServerAdmin email@email.com
        ServerName http://hostname.org
        ServerAlias hostname.org
        # Indexes + Directory Root.
        DirectoryIndex index.html
        DocumentRoot /home/hostname.org/htdocs/
        # CGI Directory
        ScriptAlias /cgi-bin/ /home/hostname.org/cgi-bin/
        <Location /cgi-bin>
                Options +ExecCGI
        </Location>
        # Logfiles
        ErrorLog /home/hostname.org/logs/error.log
        CustomLog /home/hostname.org/logs/access.log combined
</VirtualHost>