All pastes #596036 Raw Edit

Miscellany

public text v1 · immutable
#596036 ·published 2007-06-29 19:42 UTC
rendered paste body
<VirtualHost *:80>
        ServerName devsupport
        DocumentRoot /var/www/devsupport/htdocs
        DirectoryIndex index.cgi
        <Directory /var/www/devsupport/htdocs>
                Options ExecCGI
                AllowOverride All
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>