Apache httpd Server Notes

Posted luojiahu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache httpd Server Notes相关的知识,希望对你有一定的参考价值。

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…

以上是关于Apache httpd Server Notes的主要内容,如果未能解决你的问题,请参考以下文章

Apache httpd server部署

apache http server(httpd) 下載安裝

apache httpd - RewriteCond SERVER_NAME 不等于 SERVER_ADDR

Apache httpd.conf 配置文件语法验证

win2003server打开apache服务器时出现问题

mac OS 安装 Apache Server(httpd)