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