Gentoo Archives: gentoo-user

From: Adam Carter <Adam.Carter@×××××××××.au>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] /etc/init.d/apache2 fails, but apache will run
Date: Mon, 29 Sep 2008 01:27:37
Message-Id: 707E41AE68E444499861C6B248AB868453A857EC5E@excprdmbxw002.optus.com.au
1 rix adam # /etc/init.d/apache2 start
2 * Starting apache2 ...
3 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
4 no listening sockets available, shutting down
5 Unable to open logs [ ok ]
6 rix adam #
7
8 The socket is not in use and log dir perms are ok, and;
9
10 rix adam # apache2 -f /etc/apache2/httpd.conf
11 rix adam # pgrep -lf apach
12 17740 apache2 -f /etc/apache2/httpd.conf
13 17741 apache2 -f /etc/apache2/httpd.conf
14 17744 apache2 -f /etc/apache2/httpd.conf
15 17772 apache2 -f /etc/apache2/httpd.conf
16 rix adam #
17
18 So, how do I troubleshoot this?

Replies

Subject Author
Re: [gentoo-user] /etc/init.d/apache2 fails, but apache will run Jerry McBride <mcbrides9@×××××××.net>
Re: [gentoo-user] /etc/init.d/apache2 fails, but apache will run Simon <turner25@×××××.com>