home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252855_apachectl.html.en < prev    next >
Extensible Markup Language  |  2003-05-29  |  8KB  |  150 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. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../en/programs/apachectl.html" title="English"> en </a></p>
  22. </div>
  23.  
  24.      <p><code>apachectl</code> is a front end to the Apache HyperText
  25.      Transfer Protocol (HTTP) server.  It is designed to help the
  26.      administrator control the functioning of the Apache
  27.      <a href="httpd.html">httpd</a> daemon.</p>
  28.  
  29.      <p>The <code>apachectl</code> script can operate in two modes.
  30.      First, it can act as a simple front-end to the <code>httpd</code>
  31.      command that simply sets any necessary environment variables and
  32.      then invokes <code>httpd</code>, passing through any command line
  33.      arguments.  Second, <code>apachectl</code> can act as a SysV init
  34.      script, taking simple one-word arguments like <code>start</code>,
  35.      <code>restart</code>, and <code>stop</code>, and translating them
  36.      into appropriate signals to <code>httpd</code>.</p>
  37.  
  38.      <p>If your Apache installation uses non-standard paths, you will
  39.      need to edit the <code>apachectl</code> script to set the
  40.      appropriate paths to the <code>httpd</code> binary.  You can also
  41.      specify any necessary <code>httpd</code> command line arguments.
  42.      See the comments in the script for details.</p>
  43.  
  44.      <p>The <code>apachectl</code> script returns a 0 exit value on
  45.      success, and >0 if an error occurs.  For more details, view
  46.      the comments in the script.</p>
  47. </div>
  48. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
  49. <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
  50. </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>
  51. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  52. <div class="section">
  53. <h2><a name="synopsis" id="synopsis">Synopsis</a></h2>
  54.  
  55. <p>When acting in pass-through mode, <code>apachectl</code> can take
  56. all the arguments available for the <a href="httpd.html">httpd</a>
  57. binary.</p>
  58.  
  59. <p><code><strong>apachectl</strong> [ <var>httpd-argument</var> ]</code></p>
  60.  
  61. <p>When acting in SysV init mode, <code>apachectl</code> takes simple,
  62. one-word commands, defined below.</p>
  63.  
  64. <p><code><strong>apachectl</strong> <var>command</var></code></p>
  65.  
  66. </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  67. <div class="section">
  68. <h2><a name="options" id="options">Options</a></h2>
  69.  
  70. <p>Only the SysV init-style options are defined here.  Other arguments
  71. are defined on the <a href="httpd.html">httpd</a> manual page.</p>
  72.  
  73. <dl>
  74.  
  75. <dt><code>start</code></dt>
  76.  
  77. <dd>Start the Apache <code>httpd</code> daemon.  Gives an error if it
  78. is already running.  This is equivalent to <code>apachectl -k
  79. start</code>.</dd>
  80.  
  81. <dt><code>stop</code></dt>
  82.  
  83. <dd>Stops the Apache <code>httpd</code> daemon.  This is equivalent to
  84. <code>apachectl -k stop</code>.</dd>
  85.  
  86. <dt><code>restart</code></dt>
  87.  
  88. <dd>Restarts the Apache <code>httpd</code> daemon.  If the daemon is
  89. not running, it is started.  This command automatically checks the
  90. configuration files as in <code>configtest</code> before initiating
  91. the restart to make sure the daemon doesn't die.  This is equivalent
  92. to <code>apachectl -k restart</code>.</dd>
  93.  
  94. <dt><code>fullstatus</code></dt>
  95.  
  96. <dd>Displays a full status report from <code class="module"><a href="../mod/mod_status.html">mod_status</a></code>.
  97. For this to work, you need to have <code class="module"><a href="../mod/mod_status.html">mod_status</a></code> enabled
  98. on your server and a text-based browser such as <code>lynx</code>
  99. available on your system.  The URL used to access the status report
  100. can be set by editing the <code>STATUSURL</code> variable in the
  101. script.</dd>
  102.  
  103. <dt><code>status</code></dt>
  104.  
  105. <dd>Displays a brief status report.  Similar to the
  106. <code>fullstatus</code> option, except that the list of requests
  107. currently being served is omitted.</dd>
  108.  
  109. <dt><code>graceful</code></dt>
  110.  
  111. <dd>Gracefully restarts the Apache <code>httpd</code> daemon.  If the
  112. daemon is not running, it is started.  This differs from a normal
  113. restart in that currently open connections are not aborted.  A side
  114. effect is that old log files will not be closed immediately.  This
  115. means that if used in a log rotation script, a substantial delay may
  116. be necessary to ensure that the old log files are closed before
  117. processing them.  This command automatically checks the configuration
  118. files as in <code>configtest</code> before initiating the
  119. restart to make sure Apache doesn't die.  This is equivalent to
  120. <code>apachectl -k graceful</code>.</dd>
  121.  
  122. <dt><code>configtest</code></dt>
  123.  
  124. <dd>Run a configuration file syntax test. It parses the configuration
  125. files and either reports <code>Syntax Ok</code>
  126. or detailed information about the particular syntax error.  This is
  127. equivalent to <code>apachectl -t</code>.</dd>
  128.  
  129. </dl>
  130.  
  131. <p>The following additional option is available, but deprecated.</p>
  132.  
  133. <dl>
  134.  
  135. <dt><code>startssl</code></dt>
  136.  
  137. <dd>This is equivalent to <code>apachectl -k start -DSSL</code>.  We
  138. recommend that you use that command explicitly, or you adjust your
  139. <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
  140. available.</dd>
  141.  
  142. </dl>
  143.  
  144. </div></div>
  145. <div class="bottomlang">
  146. <p><span>Available Languages: </span><a href="../en/programs/apachectl.html" title="English"> en </a></p>
  147. </div><div id="footer">
  148. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  149. <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>
  150. </body></html>