File: //etc/apache2/sites-obsolete/podiatrist.capetown.conf
<VirtualHost *:80>
ServerName podiatrist.capetown
ServerAlias www.podiatrist.capetown test.podiatrist.capetown
ServerAdmin webmaster@podiatrist.capetown
DocumentRoot /home/podct/public_html
AssignUserID podct podct
# AssignUserID podctq podct
Include zsdvirtualhostgeneric.conf
ErrorLog /home/podct/log/error.log
LogLevel warn
CustomLog /home/podct/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>