Hello Everyone...
This has been holding me up for the past week or so
and I just can't seem to find my error. Maybe you guys can help me out
with this one. I am running bind for my DNS. My web-site is
currently accessable through www.emergeknowledge.com and through
test.emergeknowledge.com. I would like to make test.emergeknowledge.com
point to a different location so that I can use that for development without
affecting the web-site that is currently up.
Here's a snippet from httpd.conf regarding Virtual
hosts:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
NameVirtualHost 64.59.157.18:80
<VirtualHost 64.59.157.18:80>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www/test
ServerName test.emergeknowledge.com
ErrorLog
/var/log/apache/test-error.log
TransferLog
/var/log/apache/test-access.log
</VirtualHost>
<VirtualHost 64.59.157.18:80>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www
ServerName www.emergeknowledge.com
ErrorLog /var/log/apache/error.log
TransferLog /var/log/apache/access.log
</VirtualHost>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Can anyone see why this wouldn't work.....??
Leonard Leblanc |
- Re: Apache Virtual Host. Leonard Leblanc
- Re: Apache Virtual Host. MaD dUCK
- Re: Apache Virtual Host. Dave Sherohman