Code: Select all
tiger ~ # /etc/init.d/apache2 start
* Starting apache2 ... [ ok ]
tiger ~ # /etc/init.d/apache2 stop
* Stopping apache2 ...
httpd (no pid file) not running [ ok ]
tiger ~ # /etc/init.d/apache2 start
* Starting apache2 ...
(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
tiger ~ # /etc/init.d/apache2 zap
* Manually resetting apache2 to stopped state.
tiger ~ # killall -s SIGKILL apache2
tiger ~ # I don't recall ever having this problem before...






