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