Apache启动失败

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

禅道无法启动,
[root@Aliyun zbox]# ./zbox status
Apache is not running
Mysql is running
[root@Aliyun zbox]# ./zbox restart
(20014)Internal error (specific information not available): AH00058: Error retrieving pid file /opt/zbox/tmp/apache/httpd.pid
AH00059: Remove it before continuing if it is corrupted.
Restart Apache fail. You can see the log /opt/zbox/logs/apache_error.log
Retart Mysql success
[root@Aliyun zbox]# cat /opt/zbox/tmp/apache/httpd.pid
[root@Aliyun zbox]# ls /opt/zbox/tmp/apache/
httpd.pid
[root@Aliyun zbox]# echo 12345 >/opt/zbox/tmp/apache/httpd.pid
[root@Aliyun zbox]# cat /opt/zbox/tmp/apache/httpd.pid
12345
[root@Aliyun zbox]# ./zbox restart
httpd not running, trying to start
httpd not running, trying to start
Retart Apache success
Retart Mysql success
 

感觉这个很搞人。

转载于:https://my.oschina.net/kenzheng/blog/906480

你可能感兴趣的:(Apache启动失败)