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


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.
HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

--
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]