NameVirtualHost 192.168.1.2

<VirtualHost 192.168.1.2>
ServerName devcentre.org
DocumentRoot /home/devcentre
ServerAlias www.devcentre.org *.devcentre.org
TransferLog /var/log/httpd/apache/dc_access_log
LogFormat "%{Referer}i -> %U" referer
CustomLog /var/log/httpd/apache/dc_referer_log referer
</VirtualHost>

<VirtualHost 192.168.1.2>
ServerName nothingbutnet.co.nz
DocumentRoot /home/nbn
ServerAlias www.nothingbutnet.co.nz *.nothingbutnet.co.nz
TransferLog /var/log/httpd/apache/nbn_access_log
LogFormat "%{Referer}i -> %U" referer
CustomLog /var/log/httpd/apache/nbn_referer_log referer
</VirtualHost>
