home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F233019_apachectl.html.en < prev    next >
Extensible Markup Language  |  2003-03-30  |  8KB  |  144 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>apachectl - Apache HTTP Server Control Interface - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page"><div id="page-header">
  14. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apachectl - Apache HTTP Server Control Interface</h1>
  20.      <p><code>apachectl</code> is a front end to the Apache HyperText
  21.      Transfer Protocol (HTTP) server.  It is designed to help the
  22.      administrator control the functioning of the Apache
  23.      <a href="httpd.html">httpd</a> daemon.</p>
  24.  
  25.      <p>The <code>apachectl</code> script can operate in two modes.
  26.      First, it can act as a simple front-end to the <code>httpd</code>
  27.      command that simply sets any necessary environment variables and
  28.      then invokes <code>httpd</code>, passing through any command line
  29.      arguments.  Second, <code>apachectl</code> can act as a SysV init
  30.      script, taking simple one-word arguments like <code>start</code>,
  31.      <code>restart</code>, and <code>stop</code>, and translating them
  32.      into appropriate signals to <code>httpd</code>.</p>
  33.  
  34.      <p>If your Apache installation uses non-standard paths, you will
  35.      need to edit the <code>apachectl</code> script to set the
  36.      appropriate paths to the <code>httpd</code> binary.  You can also
  37.      specify any necessary <code>httpd</code> command line arugments.
  38.      See the comments in the script for details.</p>
  39.  
  40.      <p>The <code>apachectl</code> script returns a 0 exit value on
  41.      success, and >0 if an error occurs.  For more details, view
  42.      the comments in the script.</p>
  43. </div>
  44. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
  45. <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
  46. </ul><h3>See also</h3><ul class="seealso"><li><a href="../invoking.html">Starting Apache</a></li><li><a href="../stopping.html">Stopping Apache</a></li><li><a href="../configuring.html">Configuration Files</a></li><li><a href="../platform/">Platform Docs</a></li><li><a href="httpd.html">httpd</a></li></ul></div>
  47. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  48. <div class="section">
  49. <h2><a name="synopsis" id="synopsis">Synopsis</a></h2>
  50.  
  51. <p>When acting in pass-through mode, <code>apachectl</code> can take
  52. all the arguments available for the <a href="httpd.html">httpd</a>
  53. binary.</p>
  54.  
  55. <p><code><strong>apachectl</strong> [ <var>httpd-argument</var> ]</code></p>
  56.  
  57. <p>When acting in SysV init mode, <code>apachectl</code> takes simple,
  58. one-word commands, defined below.</p>
  59.  
  60. <p><code><strong>apachectl </strong> <var>command</var></code></p>
  61.  
  62. </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  63. <div class="section">
  64. <h2><a name="options" id="options">Options</a></h2>
  65.  
  66. <p>Only the SysV init-style options are defined here.  Other arguments
  67. are defined on the <a href="httpd.html">httpd</a> manual page.</p>
  68.  
  69. <dl>
  70.  
  71. <dt><code>start</code></dt>
  72.  
  73. <dd>Start the Apache <code>httpd</code> daemon.  Gives an error if it
  74. is already running.  This is equivalent to <code>apachectl -k
  75. start</code>.</dd>
  76.  
  77. <dt><code>stop</code></dt>
  78.  
  79. <dd>Stops the Apache <code>httpd</code> daemon.  This is equivalent to
  80. <code>apachectl -k stop</code>.</dd>
  81.  
  82. <dt><code>restart</code></dt>
  83.  
  84. <dd>Restarts the Apache <code>httpd</code> daemon.  If the daemon is
  85. not running, it is started.  This command automatically checks the
  86. configuration files as in <code>configtest</code> before initiating
  87. the restart to make sure the daemon doesn't die.  This is equivalent
  88. to <code>apachectl -k restart</code>.</dd>
  89.  
  90. <dt><code>fullstatus</code></dt>
  91.  
  92. <dd>Displays a full status report from <code class="module"><a href="../mod/mod_status.html">mod_status</a></code>.
  93. For this to work, you need to have <code class="module"><a href="../mod/mod_status.html">mod_status</a></code> enabled
  94. on your server and a text-based browser such as <code>lynx</code>
  95. available on your system.  The URL used to access the status report
  96. can be set by editing the <code>STATUSURL</code> variable in the
  97. script.</dd>
  98.  
  99. <dt><code>status</code></dt>
  100.  
  101. <dd>Displays a brief status report.  Similar to the
  102. <code>fullstatus</code> option, except that the list of requests
  103. currently being served is omitted.</dd>
  104.  
  105. <dt><code>graceful</code></dt>
  106.  
  107. <dd>Gracefully restarts the Apache <code>httpd</code> daemon.  If the
  108. daemon is not running, it is started.  This differs from a normal
  109. restart in that currently open connections are not aborted.  A side
  110. effect is that old log files will not be closed immediately.  This
  111. means that if used in a log rotation script, a substantial delay may
  112. be necessary to ensure that the old log files are closed before
  113. processing them.  This command automatically checks the configuration
  114. files as in <code>configtest</code> before initiating the
  115. restart to make sure Apache doesn't die.  This is equivalent to
  116. <code>apachectl -k graceful</code>.</dd>
  117.  
  118. <dt><code>configtest</code></dt>
  119.  
  120. <dd>Run a configuration file syntax test. It parses the configuration
  121. files and either reports <code>Syntax Ok</code>
  122. or detailed information about the particular syntax error.  This is
  123. equivalent to <code>apachectl -t</code>.</dd>
  124.  
  125. </dl>
  126.  
  127. <p>The following additional option is available, but deprecated.</p>
  128.  
  129. <dl>
  130.  
  131. <dt><code>startssl</code></dt>
  132.  
  133. <dd>This is equivalent to <code>apachectl -k start -DSSL</code>.  We
  134. recommend that you use that command explictly, or you adjust your
  135. <code>httpd.conf</code> to remove the <code class="directive"><a href="../mod/core.html#ifdefine"><IfDefine></a></code> section so that SSL will always be
  136. available.</dd>
  137.  
  138. </dl>
  139.  
  140. </div></div>
  141. <div id="footer">
  142. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  143. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  144. </body></html>