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