All pastes #2074421 Raw Edit

Unnamed

public text v1 · immutable
#2074421 ·published 2011-06-04 03:15 UTC
rendered paste body
<VirtualHost *:80>
    Serveradmin webmaster@localhost
    DocumentRoot    /home/localhost/www
    ServerName  localhost
    CustomLog   logs/vhosts/localhost/access_log combined env=!no_log
    ErrorLog    logs/vhosts/localhost/error_log
    <Directory "/home/localhost">
        AllowOverride All
        Options ExecCGI FollowSymLinks Includes MultiViews SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>
    <IfModule mod_security2.c>
        #SecAuditLogStorageDir logs/security/vhosts/localhost/
        SecAuditLog logs/security/vhosts/localhost/modsec_audit.log
    </IfModule>
    Alias /ssp /home/wiki/ssp
    #SetHandler test
</VirtualHost>