Gentoo Archives: gentoo-user

From: Dan Farrell <dan@×××××××××.cx>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apache2 2.0 -> 2.2 upgrade
Date: Wed, 05 Sep 2007 19:27:04
Message-Id: 20070905140625.7ea4ed9e@pascal.spore.ath.cx
In Reply to: Re: [gentoo-user] Apache2 2.0 -> 2.2 upgrade by Dan Farrell
1 I have tracked down what appears to be the source of the difficulty
2 with restarting apache 2.2 after an upgrade.
3
4 to recap, here's the error:
5 >zeus ~ # /etc/init.d/apache2 restart
6 > * Starting apache2 ...
7 >(98)Address already in use: make_sock: could not bind to address
8 >0.0.0.0:80 no listening sockets available, shutting down
9 >Unable to open logs
10
11 and the command
12 >zeus apache2 # while /bin/true ; do ps -eaf | grep http; done /
13 > |grep -v grep
14 shows that the threads are most likely causing the problem, somehow:
15 here is the output:
16 > root 9695 9694 0 13:54 pts/3 00:00:00 /usr/sbin/apache2 -D
17 > DEFAULT_VHOST -D PHP5 -D USERDIR -D SSL -D SSL_DEFAULT_HOST
18 > -d /usr/lib/apache2 -f /etc/apache2/httpd.conf -t
19 ( repeated many times)
20
21
22 so if anyone has any idea how I might figure out how to properly
23 configure this part of apache2, i would certainly appreciate the
24 advice.
25
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Apache2 2.0 -> 2.2 upgrade [solved] Dan Farrell <dan@×××××××××.cx>