File: //etc/apache2/sites-obsolete/deadpool.buildfivefriday.com.conf
<VirtualHost *:80>
ServerName deadpool.buildfivefriday.com
# ServerAlias www.deadpool.buildfivefriday.com test.deadpool.buildfivefriday.com
ServerAdmin webmaster@deadpool.buildfivefriday.com
DocumentRoot /home/bldddpl/public_html
AssignUserID bldddpl bldddpl
# AssignUserID bldddplq bldddpl
Include zsdvirtualhostgeneric.conf
ErrorLog /home/bldddpl/log/error.log
LogLevel warn
CustomLog /home/bldddpl/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>