TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Apache Virtual hosting problems



Hello All,

I'm having a problem with apache trying to specify my virtual hosts.
this is the copy of my virtual host section.

NameVirtualHost 63.226.156.122

<VirtualHost 63.226.156.122>
DocumentRoot /usr/home/mnvalley/www/
ServerName www.mnvalley.net
ErrorLog logs/mnvalley_err_log
</VirtualHost>

NameVirtualHost 63.226.156.122

DocumentRoot /usr/home/customized/www/
ServerName www.customizedincentives
ErrorLog logs/customized_err_log
</VirtualHost>


The problem that I'm having is that when I type www.mnvalley.net or
www.customizedincentives.com it keeps bringing me to the web page for
customizedincentives.  I would like to do this hosting with just the 1
IP and use name only virtual hosts.  I have been trying to figure this
out for some time now and would appreciate any feedback.


Steve