ubuntu – 重启apache时没有运行httpd(没有pid文件)

我正在研究ubuntu.尝试重新启动apache时收到错误消息.
root@XXX:/etc/init.d# sudo /etc/init.d/apache2 restart
 * Restarting web server apache2                                                                                                              apache2: Could not reliably determine the server's fully qualified domain name,using xxx.xxx.xx.xxx for ServerName
httpd (no pid file) not running
apache2: Could not reliably determine the server's fully qualified domain name,using xxx.xxx.xx.xxx for ServerName
(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

尝试使用netstat -pant时,我收到以下消息

tcp        0   0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          32748       9950/httpd

tcp      429      0 xxx.xxx.xx.xxx:80       xxx.xxx.xx.xxx:xxxxx    CLOSE_WAIT  0          0
使用lsof -i:80 {检查参数是否正确).它列出了正在侦听端口80的所有应用程序.

还尝试运行apache2 {直接执行}来检查发生了什么.

相关文章

ubuntu退出redis的示例:指定配置文件方式启动源码redis:roo...
ubuntu中mysql改密码忘了的解决方法:1.在终端中切换到root权...
ubuntu安装mysql失败的解决方法原因:可能是原有的MySQL还有...
使用centos和ubuntu建站的区别有以下几点1.CentOS是Linux发行...
ubuntu图形界面和字符界面切换的方法:可以通过快捷键CTRL+A...
ubuntu中重启mysql失败的解决方法1.首先,在ubuntu命令行中,...