其他分享
首页 > 其他分享> > apachectl 命令详解-graceful 不中断原有连接,重新启动 Apache 服务器

apachectl 命令详解-graceful 不中断原有连接,重新启动 Apache 服务器

作者:互联网

apachectl(Apache control interface) 参         数:

 

 

fullstatus     显示服务器完整的状态信息。

 

graceful     重新启动 Apache 服务器,但不会中断原有的连接。用于修改了配置文件后进行重新读 取配置文件。

help          显示帮助信息。

restart       重新启动 Apache 服务器。 = httpd -k restart start          启动 Apache 服务器。

 

 

status       显示服务器摘要的状态信息。

 

 

stop       停止 Apache 服务器。

标签:配置文件,apachectl,重新启动,graceful,Apache,服务器,restart
来源: https://www.cnblogs.com/fanweisheng/p/11327796.html