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>