linux 如何重启apache?

我的linux系统里面的Apache是自己安装的,路径如下图,我该用什么命令执行启动,关闭,重启?希望能给一个详细的命令。下面是我自己敲的,应该是有问题的,帮忙检查一下!... 我的linux系统里面的Apache是自己安装的,路径如下图,我该用什么命令执行启动,关闭,重启?
希望能给一个详细的命令。

下面是我自己敲的,应该是有问题的,帮忙检查一下!
Last login: Wed Jun 30 11:22:06 2010 from 192.168.1.52
[root@test ~]# cd
[root@test ~]# cd /usr/local/apache/bin
[root@test bin]# ./apachectl
Usage: /usr/local/apache/bin/httpd [-D name] [-d directory] [-f file]
[-C "directive"] [-c "directive"]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-S]
Options:
-D name : define a name for use in <IfDefine name> directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C "directive" : process directive before reading config files
-c "directive" : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
-S : a synonym for -t -D DUMP_VHOSTS
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t : run syntax check for config files
[root@test bin]# httpd restart
-bash: httpd: command not found
[root@test bin]#
[root@test bin]#
展开
 我来答
chn7576
2010-07-01 · TA获得超过1520个赞
知道小有建树答主
回答量:934
采纳率:0%
帮助的人:800万
展开全部
apache服务,WEB端口在 1024以下的用 root 用户重启;1024的,使用指定用户重启即可!

重启命令

apachectl restart

如果 apache安装在 /usr/local/apache

那么命令就是

root#/usr/local/apache/bin/apachectl restart
或者
web$/usr/local/apache/bin/apachectl restart

还可以先进入 apache安装目录

cd /usr/local/apache

./apachectl restart
Fenggz
2010-07-02 · TA获得超过2427个赞
知道小有建树答主
回答量:709
采纳率:0%
帮助的人:937万
展开全部
楼上的都可以,不过我个人用

httpd -k restart

关键是找到httpd这个文件。
[root@test bin]# httpd restart
-bash: httpd: command not found
明显是bash在path所指的目录下找不到httpd,试试找到它,然后用绝对路径。比如我们这里是
/home/service/apache/bin/httpd -k restart
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
苡莣1
2010-07-01
知道答主
回答量:11
采纳率:0%
帮助的人:12.1万
展开全部
[root@test ~]# cd /usr/local/apache/bin

[root@test bin]# ./apachectl restart
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
shishihoule
2010-07-01 · TA获得超过105个赞
知道答主
回答量:235
采纳率:0%
帮助的人:0
展开全部
service httpd restart
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式