# Virtual Host Configuration NameVirtualHost *:80 # Main website ServerAlias { list.of.website.addresses split.up.by.spaces } ServerName { main.website.address } ServerAdmin { your@email.address } DocumentRoot "C:/Websites/Main/public_html" CustomLog "C:/Websites/Main/logs/access.log" combined ErrorLog "C:/Websites/Main/logs/error.log" Options Includes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all ScriptAlias /cgi-bin "C:/Websites/Main/cgi-bin" AllowOverride None Options ExecCGI Order allow,deny Allow from all AddHandler cgi-script .cgi .pl .py AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo # HLDS ServerAlias { list.of.website.addresses split.up.by.spaces } ServerName { main.website.address } ServerAdmin { your@email.address } DocumentRoot "C:/HLDS" CustomLog "C:/HLDS/logs/httpd/access.log" combined ErrorLog "C:/HLDS/logs/httpd/error.log" Options FollowSymLinks MultiViews AllowOverride none Order allow,deny Allow from none Deny from all Order allow,deny Allow from all Deny from none Order allow,deny Allow from all Deny from none