On Thu, Jul 29, 2010 at 3:12 PM, Tomas Krasnican <kra...@krasko.sk> wrote:

> Kevin O'Gorman wrote:
> > As of today, my apache2 web server seems to refuse to start.  I've tried
> > a system reboot, to no avail --
> > connections are refused on port 80.
>
> I think that apache will try to create listener on address:port, which have
> already created (because it is possibly defined that).
> After this fail apache will die and you can't see any active listener on
> this port in netstat -l, thats correct.
>
> Try to check for twice definition of the same listener.
>
> Or, example, if you have listener for 0.0.0.0:80 and you trying to create
> listener for 1.2.3.4.80.
>
> ...or dubble include of the same configuration file? I don't know, if is it
> possible...
>
> Regards,
> Tomas Krasnican
>

Thanks, but...

Grepping for Listen, all I see is

hexDirs.conf:Listen 64.166.164.49:80
hexDirs.conf:Listen localhost:80

And grepping for Includes, I find nothing suspicious or cyclic.

-- 
Kevin O'Gorman, PhD

Reply via email to