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