当前位置: 技术问答>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
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。