File: //etc/apache2/sites-enabled/remoteaccesscontrol.co.za.conf
<VirtualHost *:80>
ServerName remoteaccesscontrol.co.za
ServerAlias www.remoteaccesscontrol.co.za test.remoteaccesscontrol.co.za
ServerAdmin webmaster@remoteaccesscontrol.co.za
DocumentRoot /home/remoteac/public_html
AssignUserID remoteac remoteac
# AssignUserID remoteacq remoteac
Include zsdvirtualhostgeneric.conf
ErrorLog /home/remoteac/log/error.log
LogLevel warn
CustomLog /home/remoteac/log/access.log combined
ServerSignature On
# PHP settings requested for drupal
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 180
</VirtualHost>