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