当前位置: 技术问答>linux和unix
请问:在linux下怎么启动apache服务器?急!!!!在线等待!
来源: 互联网 发布时间:2014-11-20
本文导语: 请问:在linux下怎么启动apache服务器?急!!!!在线等待! | httpd [-D name] [-d directory] [-f file] [-C "directive] [-c directive] [-v] [-V] [-h] [-i] [-L] [-s] [-t] [-T] /etc/rc.d/init.d/http 你还想知道其他?? ...
请问:在linux下怎么启动apache服务器?急!!!!在线等待!
|
httpd [-D name] [-d directory] [-f file] [-C "directive] [-c directive] [-v] [-V] [-h] [-i] [-L] [-s] [-t] [-T]
/etc/rc.d/init.d/http
你还想知道其他??
/etc/rc.d/init.d/http
你还想知道其他??
|
楼上是在系统启动时自动运行,
你要手动:
在apache的目录bin下,运行:
./apachectl start
停止:
./apachectl stop
重起:
./apachectl resart
你要手动:
在apache的目录bin下,运行:
./apachectl start
停止:
./apachectl stop
重起:
./apachectl resart
|
应该是 httpd start
注意如果启动成功:用ps -aux 能看到几个httpd 的进程!
注意如果启动成功:用ps -aux 能看到几个httpd 的进程!