当前位置: 技术问答>linux和unix
请问如何启动apache
来源: 互联网 发布时间:2015-06-05
本文导语: 我用./apachectl start 启动好像不行, 用 ./apachectl restart 提示 httpd not runing, try to start 除了打开,还有怎么关闭呀 另外怎么加入启动 | 列出你的发行版。可能是: /etc/init.d/apache start(stop) /etc/rc.d/init....
我用./apachectl start 启动好像不行,
用 ./apachectl restart 提示
httpd not runing, try to start
除了打开,还有怎么关闭呀
另外怎么加入启动
用 ./apachectl restart 提示
httpd not runing, try to start
除了打开,还有怎么关闭呀
另外怎么加入启动
|
列出你的发行版。可能是:
/etc/init.d/apache start(stop)
/etc/rc.d/init.d/httpd start(stop)
/etc/init.d/apache start(stop)
/etc/rc.d/init.d/httpd start(stop)
|
先试试./apachectl stop
再用./apachectl start
要加入启动,在/etc/rc.local文件中加上 /usr/local/apache/bin/apachectl start
再用./apachectl start
要加入启动,在/etc/rc.local文件中加上 /usr/local/apache/bin/apachectl start