Re: apache fails to start when not connected to net

2004-11-03 Thread Elvin Peterson
--- Brian Dessent wrote: > Elvin Peterson wrote: > > > 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 dur

Re: apache fails to start when not connected to net

2004-11-02 Thread Brian Dessent
Elvin Peterson wrote: > 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. Unless you're using the function

Re: apache fails to start when not connected to net

2004-11-02 Thread Elvin Peterson
--- 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

Re: apache fails to start when not connected to net

2004-11-01 Thread Igor Pechtchanski
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 tro

apache fails to start when not connected to net

2004-10-30 Thread Elvin Peterson
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.