我的Mac OS是OS X El Capitan
我没有得到http://localhost/
httpd -v
给出
Server version: Apache/2.4.16 (Unix)
和
sudo apachectl restart
给出
httpd not running, trying to start
/usr/local/zend/bin/apachectl restart [OK]
和
sudo /usr/local/zend/bin/zendctl.sh restart
给出
Stopping Deployment [OK]
Starting Deployment [OK]
[19.01.2016 12:06:20 SYSTEM] watchdog for zdd is running.
[19.01.2016 12:06:20 SYSTEM] zdd is running.
Stopping Zend Server Monitor node [OK]
Starting Zend Server Monitor node [OK]
[19.01.2016 12:06:27 SYSTEM] watchdog for monitor is running.
[19.01.2016 12:06:27 SYSTEM] monitor is running.
httpd (no pid file) not running
/usr/local/zend/bin/apachectl stop [OK]
/usr/local/zend/bin/apachectl start [OK]
Stopping Zend Server GUI [Lighttpd] [OK]
spawn-fcgi: child signaled: 5
Starting Zend Server GUI [Lighttpd] [OK]
Stopping Java bridge [OK]
Starting Java bridge [OK]
Stopping JobQueue [OK]
Starting JobQueue [OK]
[19.01.2016 12:06:43 SYSTEM] watchdog for jqd is running.
[19.01.2016 12:06:43 SYSTEM] jqd is running.
在上面,你可以看到httpd(没有pid文件)没有运行
我该如何解决这个问题?