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