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 sockets available, shutting down >Unable to open logs and the command >zeus apache2 # while /bin/true ; do ps -eaf | grep http; done / > |grep -v grep shows that the threads are most likely causing the problem, somehow: here is the output: > root 9695 9694 0 13:54 pts/3 00:00:00 /usr/sbin/apache2 -D > DEFAULT_VHOST -D PHP5 -D USERDIR -D SSL -D SSL_DEFAULT_HOST > -d /usr/lib/apache2 -f /etc/apache2/httpd.conf -t ( repeated many times) so if anyone has any idea how I might figure out how to properly configure this part of apache2, i would certainly appreciate the advice. -- [EMAIL PROTECTED] mailing list

