[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] NameVirtualHost 112.53.36.211:80 has no VirtualHosts



> Dear all,
> On a RaQ550, when I start or restart apache, I always get a 
> full listing 
> of the following same warning (1 for each virtual host):
> 
> [Mon Apr  7 13:09:56 2003] [warn] NameVirtualHost 
> 112.53.36.211:80 has 
> no VirtualHosts
> 
> I tryed to add "NameVirtualHost 112.53.36.211" in 
> /etc/httpd/conf/httpd.conf .
> Doing this simply added another warning line of same content to the 
> previous warning list.
> 
> After that, I tryed to replace previous directive with 
> "NameVirtualHost *". Doing this simply added the following 
> warning to the previous list:
> 
> [Mon Apr  7 13:09:56 2003] [warn] NameVirtualHost *:80 has no 
> VirtualHosts
> 
> Could someone help me in interpreting and workarround this issue ?
> 

Do you have more than one IP? Is there a virtual site configured in your
GUI for 112.53.36.211? Normally after NameVirtualHost 112.53.36.211 in
httpd.conf you would then have a 
<VirtualHost 112.53.36.211>

followed by the usual httpd.conf virtual site info.

-- 
C2003 Dan Kriwitsky

Please reply to the list only. Off list replies are not read.