0

当我尝试启动 apache2 时,会向我报告以下消息。

* Restarting web server apache2                                                
ulimit: 88: error setting limit (Operation not permitted)
ulimit: 88: error setting limit (Operation not permitted)
(13)Permission denied: 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.
[fail]
4

2 回答 2

0

可能你的80端口被占用了。如果您有 Skype 或其他可能使用 80 端口的软件,请将其关闭并重试。

于 2013-04-12T14:52:44.803 回答
0

Try this:

sudo /etc/init.d/apache2 restart

or

su -
/etc/init.d/apache2 restart
于 2013-04-13T14:16:52.767 回答