在 Webuzo 面板上重启 Apache 服务时出错
There was an error while restarting Apache Service on Webuzo Panel
我遇到无法重新启动或启动 Apache 服务器的问题。错误显示 "There was an error while performing the operation"。我不知道是什么导致了这个问题。
也许有人可以帮我解决这个问题?
谢谢。
编辑::
OS 发行版:美分OS 6 64 位
Apache 版本:Apache/2.2.31 (Unix) DAV/2 mod_ssl/2.2.31 OpenSSL/1.0.1u mod_wsgi/4.4.22 Python/2.7.11
我只是重新启动 vps,然后又正常工作了。
所以可能是因为有些配置不正确。
首先,通过执行以下命令
检查端口80上是否有任何服务运行ning
lsof -i:80
如果你发现任何东西就杀掉它
kill -9(processid)
现在运行以下命令重启apache:
service httpd restart
此命令适用于 Centos 和 ubuntu。
如果仍然没有启动 apache 那么你可以检查位于
的 apache 日志
/var/log/apache/
我遇到无法重新启动或启动 Apache 服务器的问题。错误显示 "There was an error while performing the operation"。我不知道是什么导致了这个问题。
也许有人可以帮我解决这个问题? 谢谢。
编辑:: OS 发行版:美分OS 6 64 位 Apache 版本:Apache/2.2.31 (Unix) DAV/2 mod_ssl/2.2.31 OpenSSL/1.0.1u mod_wsgi/4.4.22 Python/2.7.11
我只是重新启动 vps,然后又正常工作了。 所以可能是因为有些配置不正确。
首先,通过执行以下命令
检查端口80上是否有任何服务运行ninglsof -i:80
如果你发现任何东西就杀掉它
kill -9(processid)
现在运行以下命令重启apache:
service httpd restart
此命令适用于 Centos 和 ubuntu。
如果仍然没有启动 apache 那么你可以检查位于
的 apache 日志/var/log/apache/