我只是在我的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。
我还能做什么或检查?
你确定你是根? 如果您是普通用户,通常会出现日志错误。 您需要root权限才能访问端口80。