Re: Apache startup resolve problem
Jorey Bump wrote:
> "Bergset" <sabergset@gmail.com> wrote in news:1128431351.134889.74430
> @g49g2000cwa.googlegroups.com:
>
>
> > NameVirtualHost 192.168.1.1
> > <VirtualHost test.testdomain.com>
>
> This is your problem. It should be:
>
> <VirtualHost 192.168.1.1>
>
> Otherwise, it will fail if DNS is unavailable.
I am aware of this, but the problem is that I have DNS that is
available and working for every service except Apache. This means that
there is still an error somewhere in my setup, either on my Apache host
or my bind host. I would like to find the problem and correct it before
I setup my production server.
Thanks for pointing this out though. I will change my configs to
<VirtualHost 192.168.1.1> or <VirtualHost *> (which suppose is much
easier to maintain) in my eventual production setup.
--
Svein Arild Bergset
|