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