Hallo, Een restart van Apache lukt regelmatig niet op een machine. Het blijkt dan dat er nog processen draaien. Als ik die verwijder met een "kill -9" dan kan ik daarna Apache wel weer starten:
----------- sigmund:/backup/localhost/backup-00/etc# /etc/init.d/apache2 restart Restarting web server: apache2 ... waiting (98)Address already in use: make_sock: could not bind to address [::]:80 (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 failed! sigmund:/backup/localhost/backup-00/etc# ps aux | grep apache www-data 9701 0.2 0.5 54052 18232 ? S 09:00 0:00 /usr/sbin/apache2 -k start root 9741 0.0 0.0 3608 708 pts/1 R+ 09:00 0:00 grep apache sigmund:/backup/localhost/backup-00/etc# kill -9 9701 sigmund:/backup/localhost/backup-00/etc# /etc/init.d/apache2 start Starting web server: apache2. sigmund:/backup/localhost/backup-00/etc# ----------- Kent iemand dit? Ik draai sinds enige tijd apache2-mpm-itk, sommige sites hebben een eigen apache-user. Maar ik denk niet dat dat van belang is. Het gaat om debian-stable. Met vriendelijke groet, Paul van der Vlis. -- http://www.vandervlis.nl/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
