【发布时间】:2023-03-10 18:00:02
【问题描述】:
每次我尝试启动 apache 时,都会得到以下信息:
#: /etc/apache2 apache2ctl restart
httpd not running, trying to start
no listening sockets available, shutting down
Unable to open logs
Action 'restart' failed.
The Apache error log may have more information.
我已经扫描了 80 端口:
nmap -sU -p 80 [hostname]
和
nmap -p 80 [hostname]
它说这些端口上没有运行任何东西。我不知道发生了什么,我最近做的唯一一件事就是编辑我的一些 vhost .conf 文件。并且 error.log 文件没有显示最近的内容。有什么帮助吗?
【问题讨论】:
-
磁盘空间不足了吗?您是否尝试过监听不同的端口,例如 8080?你的配置文件是什么样的?
-
磁盘空间不足。不同的端口失败,相同的消息。我将在上面发布一些 .conf 文件。