File: //etc/apache2/sites-available/cedarbrook.co.za.conf
<VirtualHost *:80>
ServerName cedarbrook.co.za
ServerAlias www.cedarbrook.co.za test.cedarbrook.co.za
ServerAdmin webmaster@cedarbrook.co.za
DocumentRoot /home/cedarbrk/public_html
AssignUserID cedarbrk cedarbrk
# AssignUserID cedarbrkq cedarbrk
Include zsdvirtualhostgeneric.conf
ErrorLog /home/cedarbrk/log/error.log
LogLevel warn
CustomLog /home/cedarbrk/log/access.log combined
ServerSignature On
# PHP settings requested for drupal
php_value upload_max_filesize 30M
php_value post_max_size 30M
php_value max_execution_time 120
</VirtualHost>