禅道无法启动,
[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
感觉这个很搞人。