I keep getting this error message when I start Apache:

[Sat Dec 14 13:34:43 2002] [error] (22002)Name or service not known: Failed to resolve 
server name for 192.168.1.5 (check DNS) -- or specify an explicit ServerName

But everything seems to work fine. What's the problem here, the IP
"192.168.1.5" is the machines IP, why can't Apache see this?

I have some virtual host set up like this (could that be the problem):

---------------
NameVirtualHost 192.168.1.5

<VirtualHost 192.168.1.5>
    DocumentRoot /home/www/html
</VirtualHost>

<VirtualHost 192.168.1.5>
    ServerName some.domain.here
    DocumentRoot /home/www/html/something
</VirtualHost>
---------------

--
Med venlig hilsen/Best regards,
 Søren Neigaard mailto:[EMAIL PROTECTED]
--
 "Le temps est un grand professeur, mais malheureusement il tue tous ses élèves 
(Hector Berlioz)."




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to