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