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