Re: [gentoo-user] Apache2 2.0 - 2.2 upgrade

2007-09-05 Thread Dan Farrell
On Wed, 5 Sep 2007 13:02:16 -0500 Marzan, Richard non Unisys [EMAIL PROTECTED] wrote: Goodluck friend Thanks, I needed it. I finally found a nice list of the information I need here: http://httpd.apache.org/docs/2.2/upgrading.html there's a message en route that covers all the majority

Re: [gentoo-user] Apache2 2.0 - 2.2 upgrade

2007-09-05 Thread Dan Farrell
I have discovered a really fun error message: zeus dan # /etc/init.d/apache2 restart * Starting apache2 ... (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs

Re: [gentoo-user] Apache2 2.0 - 2.2 upgrade

2007-09-05 Thread Christian Heim
On Wednesday 05 September 2007 20:12:40 Dan Farrell wrote: On Wed, 5 Sep 2007 13:02:16 -0500 The module mod_userdir will no longer act on requests unless a UserDir directive specifying a directory name is present in the config file. To restore the old default behavior, place the directive

Re: [gentoo-user] Apache2 2.0 - 2.2 upgrade

2007-09-05 Thread Dan Farrell
I have tracked down what appears to be the source of the difficulty with restarting apache 2.2 after an upgrade. to recap, here's the error: zeus ~ # /etc/init.d/apache2 restart * Starting apache2 ... (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening

Re: [gentoo-user] Apache2 2.0 - 2.2 upgrade [solved]

2007-09-05 Thread Dan Farrell
well, if anyone has this problem, to fix it I commented out the Listen address in httpd.conf (defined for the default vhost anyway) I also had to comment out this section here. the comments said it was the default only if compiled with USE=-threads but nevertheless it seemed to interfere.

Re: [gentoo-user] Apache2 2.0 - 2.2 upgrade

2007-09-05 Thread Christian Heim
On Wednesday 05 September 2007 20:39:46 Dan Farrell wrote: I have discovered a really fun error message: zeus dan # /etc/init.d/apache2 restart * Starting apache2 ... (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down

Re: [gentoo-user] Apache2 2.0 - 2.2 upgrade

2007-09-05 Thread Dan Farrell
On Wed, 5 Sep 2007 20:57:16 +0200 Christian Heim [EMAIL PROTECTED] wrote: Regards, Christian -- Thank you very much. that was indeed a mistake I made. -- [EMAIL PROTECTED] mailing list