我刚刚在 debian 3.1 服务器上使用 apt-get 运行了更新,更新了 apache2 和 php。更新后,我无法再次启动 apache 服务器。
/etc/init.d/apache2 start
没有给出错误,但随后检查服务器没有运行的进程
当我尝试通过
/usr/sbin/apache2ctl -f /etc/apache2/httpd.conf
我得到了错误
no listening sockets available, shutting down
Unable to open logs
我已经用 netstat 检查过,但没有进程在监听端口 80。
我还能做什么或检查什么?
答案1
您确定您是 root 吗?通常,如果您是普通用户,则会出现日志错误。您需要 root 才能访问端口 80。