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