[CentOS] CentOS 4.1 Apache

Mon Jul 4 02:02:49 UTC 2005
Ben <bluesky6 at ix.netcom.com>

On Sun, 3 Jul 2005 21:54:55 -0400, you wrote:

%On Sunday 03 July 2005 21:51, Ben wrote:
%> I found that the Virtual Hosts function doesn't appear to work. All
%> virtual hosts accesses default to the main www directory instead of
%> serving from their respective directories.
%>
%> Has anyone else found the same problem?
%Seems to work here - have you checked your apachectl -S output?
%
Hi Peter,

Here's what I have from -S

xx.xx.xx.xx:80 is a NameVirtualHost
	default server www.svgeek.com (......)
	port 80 namevhost www.svgeek.com (.....)
	port 80 namevhost www.blu....com (.....)
	port 80 namevhost www.power...com (.......)
wildcard NameVirtualHosts and _default_ servers:
_default_:443 	xxx.svgeek.com (.....)


What seems to happen is that the 2nd and 3rd URLs deliver content from
the directories of the first URL.

Ben