File: //etc/apache2/sites-available/thornwoodlodge.co.za.conf
<VirtualHost *:80>
ServerName thornwoodlodge.co.za
ServerAlias www.thornwoodlodge.co.za test.thornwoodlodge.co.za
ServerAdmin webmaster@thornwoodlodge.co.za
DocumentRoot /home/thwoodlg/public_html
AssignUserID thwoodlg thwoodlg
# AssignUserID thwoodlgq thwoodlg
Include zsdvirtualhostgeneric.conf
ErrorLog /home/thwoodlg/log/error.log
LogLevel warn
CustomLog /home/thwoodlg/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
php_value max_input_vars 2000
</VirtualHost>