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