This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: apache fails to start when not connected to net


--- Igor Pechtchanski wrote:

> On Sat, 30 Oct 2004, Elvin Peterson wrote:
> 
> > Hello,
> >     Apache doesn't start when not connected to the
> web
> > even when the ServerName is set to the local
> loopback.
> >  This is due to a module mod_unique_id which does
> a
> > gethostbyname.  Disabling this module will have
> apache
> > running without trouble.  Is this a bug in that
> > module?
> > TIA.
> 
> Depending on your Windows version, your /etc/hosts
> should be a link to
> either C:\WINDOWS\hosts or
> %SYSTEMROOT%\system32\drivers\etc\hosts.  Edit
> it and make sure that it contains "localhost". 
> E.g., my /etc/hosts
> contains:
> 
> 127.0.0.1       localhost
> 
> This should allow a gethostbyname("localhost")
> without network access.
> If this doesn't work, please review the Cygwin
> problem reporting
> guidelines at <http://cygwin.com/problems.html> and
> provide all the
> requested information.

The /etc/hosts file is fine and does contain the
definition for localhost.  But the module in question
is doing 

gethostbyname("mymachinename")

where mymachinename is the name given to the windows
machine during installation.

Thanks for the reply.


		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]