File: //etc/apache2/sites-obsolete/thor.buildfivefriday.com.conf
<VirtualHost *:80>
ServerName thor.buildfivefriday.com
# ServerAlias www.thor.buildfivefriday.com test.thor.buildfivefriday.com
ServerAdmin webmaster@thor.buildfivefriday.com
DocumentRoot /home/bldthor/public_html
AssignUserID bldthor bldthor
# AssignUserID bldthorq bldthor
Include zsdvirtualhostgeneric.conf
ErrorLog /home/bldthor/log/error.log
LogLevel warn
CustomLog /home/bldthor/log/access.log combined
ServerSignature On
# PHP settings requested for drupal
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 60
</VirtualHost>