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