关于本任务
要启动和停止 IBM HTTP Server,请使用
apachectl 命令。
apachectl 命令位于 IBM HTTP Server 安装目录内的
bin 子目录中。如果您的
PATH 中没有此目录,那么应该在命令行中指定完整路径。
过程
- 使用缺省配置文件启动和停止 IBM HTTP Server。要使用缺省 httpd.conf 配置文件启动 IBM HTTP Server,请运行 apachectl start 命令。
要使用缺省 httpd.conf 配置文件停止 IBM HTTP Server,请运行 apachectl stop 命令。
根据您的操作系统,从缺省目录发出命令:
- /usr/IBMIHS/bin/apachectl start|stop
- /opt/IBMIHS/bin/apachectl start|stop
- /opt/IBMIHS/bin/apachectl start|stop
- /opt/IBMIHS/bin/apachectl start|stop
例如,
apachectl 命令不在您的
PATH 中,IBM HTTP Server 安装目录是
/usr/IBMIHS,并且使用了缺省配置文件:
# /usr/IBMIHS/bin/apachectl start
# /usr/IBMIHS/bin/apachectl stop
- 使用备用配置文件启动和停止 IBM HTTP Server。
要使用备用配置文件启动 IBM HTTP Server,请运行以下命令:
- apachectl -k start -f <path_to_configuration_file>
要使用备用配置文件停止 IBM HTTP Server,请运行以下命令:
- apachectl -k stop -f <path_to_configuration_file>
例如,
apachectl 命令不在您的
PATH 中,IBM HTTP Server 安装目录是
/opt/IBMIHS,并且使用了备用配置文件
/opt/IBMIHS/conf/nodeb.conf:
# /opt/IBMIHS/bin/apachectl -k start -f /opt/IBMIHS/conf/nodeb.conf
# /opt/IBMIHS/bin/apachectl -k stop -f /opt/IBMIHS/conf/nodeb.conf
结果
要确认是否成功启动 IBM HTTP Server,请打开浏览器并在 URL 框中输入您的服务器名。
如果您要运行应用程序响应测量(ARM)代理程序,那么确保当您启动 IBM HTTP Server 时,您具有运行 ARM 代理程序的权限。