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