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]# 展开
希望能给一个详细的命令。
下面是我自己敲的,应该是有问题的,帮忙检查一下!
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]# 展开
4个回答
展开全部
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
重启命令
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
展开全部
楼上的都可以,不过我个人用
httpd -k restart
关键是找到httpd这个文件。
[root@test bin]# httpd restart
-bash: httpd: command not found
明显是bash在path所指的目录下找不到httpd,试试找到它,然后用绝对路径。比如我们这里是
/home/service/apache/bin/httpd -k restart
httpd -k restart
关键是找到httpd这个文件。
[root@test bin]# httpd restart
-bash: httpd: command not found
明显是bash在path所指的目录下找不到httpd,试试找到它,然后用绝对路径。比如我们这里是
/home/service/apache/bin/httpd -k restart
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
[root@test ~]# cd /usr/local/apache/bin
[root@test bin]# ./apachectl restart
[root@test bin]# ./apachectl restart
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
service httpd restart
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询