zoukankan      html  css  js  c++  java
  • apachectl 命令详解-graceful 不中断原有连接,重新启动 Apache 服务器

    apachectl(Apache control interface) 参         数:

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

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

    help          显示帮助信息。

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

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

    stop       停止 Apache 服务器。

  • 相关阅读:
    while循环学习之统计流量
    MySQL的启动脚本
    UVA 725 Division
    UVA 712 S-tree
    UVA 514
    字典树
    UVA 1595 multimap 的应用
    C++ map 和 multimap
    浮点数
    UVA 227
  • 原文地址:https://www.cnblogs.com/fanweisheng/p/11327796.html
Copyright © 2011-2022 走看看