标签:rac 连接 tin 停止 version def res fine 直接
1. httpd启动、停止以及重启
启动:
apachectl –f $PATH_TO_CONF/httpd.conf
停止及重启
apachectl –k stop/restart/graceful-stop/graceful
其中 graceful-stop及graceful会将当前处理中的请求处理完毕,而不是直接关闭并丢弃所有连接。
2. 配置项解释
<IfDefine SomeParam>
如果在httpd启动时给定了特定的参数,则生效。比如:httpd –DClosedForNow
<IfModule some_module>
如果在httpd启动时加载了特定的模块,则生效。与上两个类似的还有<IfVersion>
to be continue…
标签:rac 连接 tin 停止 version def res fine 直接
原文地址:https://www.cnblogs.com/luojiahu/p/9426746.html