Re: Lazy Apache with domains

2003-09-30 Thread David Zejda
It's OK now - there was only a typo in /etc/resolv.conf.
David

 I have a machine with NIC, but not connected to network yet.
 In etc/hosts there is a record 127.0.0.1 localhost mydomain.com
 lynx 127.0.0.1 performs normally but lynx localhost says something
 like looking up localhost for a 5s and than
 localhost for next 5s before finally (after 10s) showing page. It does
the
 same
 mischief for lynx mydomain.com. It doesn't matter whether domain is set
as
 a
 VirtualHost or not.
 What should I check, please?

 Thanks
 David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Lazy Apache with domains

2003-09-30 Thread Marcin Sochacki
On Tue, Sep 30, 2003 at 10:25:47PM +0200, David Zejda wrote:
 I have a machine with NIC, but not connected to network yet.
 In etc/hosts there is a record 127.0.0.1 localhost mydomain.com

Try:
127.0.0.1 localhost
127.0.0.1 mydomain.com

Marcin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]