is it necessary to create 2 virtual servers if you want to have a or is there a way to configure 1 virtual server to work for both? my setup is currently:
<VirtualHost ##.##.##.##>
DocumentRoot /home/garwain/public_html
ServerName domainname.org
ErrorLog /home/garwain/weblog
TransferLog /home/garwain/weblog
ServerPath /home/garwain/public_html
ServerSignature On
</VirtualHost>
the domain name and ip address are correct in my httpd.conf file
<VirtualHost ##.##.##.##>
DocumentRoot /home/garwain/public_html
ServerName domainname.org
ErrorLog /home/garwain/weblog
TransferLog /home/garwain/weblog
ServerPath /home/garwain/public_html
ServerSignature On
</VirtualHost>
the domain name and ip address are correct in my httpd.conf file