File: //etc/apache2/sites-obsolete/chand.co.za.conf
<VirtualHost *:80>
ServerName chand.co.za
ServerAlias www.chand.co.za test.chand.co.za
ServerAdmin webmaster@chand.co.za
DocumentRoot /home/chand/public_html
AssignUserID chand chand
# AssignUserID chandq chand
Include zsdvirtualhostgeneric.conf
ErrorLog /home/chand/log/error.log
LogLevel warn
CustomLog /home/chand/log/access.log combined
ServerSignature On
# PHP settings requested for drupal
php_value upload_max_filesize 32M
php_value post_max_size 32M
php_value max_execution_time 90
php_value max_input_vars 3000
php_value memory_limit 256M
</VirtualHost>