Apache2无法closures连接,重新启动

我正在用Apache2运行一个Debiannetworking服务器,重启命令开始给我一个错误。

root@srv:~# service apache2 stop Stopping web server: apache2. root@srv:~# service apache2 start Starting web server: apache2(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 Action 'start' failed. The Apache error log may have more information. failed! 

有时它实际上会重新启动没有问题,但通常我必须首先killall -9 apache2。 有人在Debian IRC让我检查我的主动apache2连接,事实certificate,他们没有退出,他们几十个保持打开状态。 我怎样才能让这些最终超时?

尝试

 lsof -i :80 

然后杀死关联的PID。