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 / F233032_httpd.xml < prev    next >
Extensible Markup Language  |  2002-12-18  |  6KB  |  180 lines

  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <manualpage>
  5. <relativepath href=".."/>
  6. <parentdocument href="./">Programs</parentdocument>
  7.  
  8.   <title>httpd - Apache Hypertext Transfer Protocol Server</title>
  9.  
  10. <summary>
  11.      <p><code>httpd</code> is the Apache HyperText Transfer Protocol
  12.      (HTTP) server program.  It is designed to be run as a standalone
  13.      daemon process. When used like this it will create a pool of
  14.      child processes or threads to handle requests.</p>
  15.  
  16.      <p>In general, <code>httpd</code> should not be invoked directly,
  17.      but rather should be invoked via <a
  18.      href="apachectl.html">apachectl</a> on Unix-based systems or <a
  19.      href="../platform/windows.html#winsvc">as a service on Windows NT,
  20.      2000 and XP</a> and <a href="../platform/windows.html#wincons">as
  21.      a console application on Windows 9x and ME</a>.</p>
  22. </summary>
  23.  
  24. <seealso><a href="../invoking.html">Starting Apache</a></seealso>
  25. <seealso><a href="../stopping.html">Stopping Apache</a></seealso>
  26. <seealso><a href="../configuring.html">Configuration Files</a></seealso>
  27. <seealso><a href="../platform/">Platform Docs</a></seealso>
  28. <seealso><a href="apachectl.html">apachectl</a></seealso>
  29.  
  30. <section id="synopsis"><title>Synopsis</title>
  31.  
  32.      <p><code><strong>httpd </strong>[ -<strong>d </strong><var>serverroot
  33.      </var>] [ -<strong>f </strong><var>config </var>] [ -<strong>C
  34.      </strong> <var>directive </var>] [ -<strong>c </strong>
  35.      <var>directive</var>] [ -<strong>D </strong> <var>parameter
  36.      </var>] [ -<strong>e </strong> <var>level</var> ] [ -<strong>E
  37.      </strong> <var>file</var> ] [ <strong>-k </strong>
  38.      <code>start|restart|graceful|stop</code> ] [ -<strong>R </strong>
  39.      <var>directory</var> ] [ -<strong>h </strong>] [ -<strong>l
  40.      </strong>] [ -<strong>L </strong>] [-<strong>S</strong>] [
  41.      -<strong>t </strong>] [ -<strong>v </strong>] [ -<strong>V
  42.      </strong>] [ -<strong>X </strong>]</code></p>
  43.  
  44.      <p>On <a href="../platform/windows.html">Win32 systems</a>, the
  45.      following additional arguments are available:</p>
  46.  
  47.      <p><code><strong>httpd </strong> [ -<strong>k </strong>
  48.      <code>install|config|uninstall</code> ] [ -<strong>n </strong>
  49.      <var>name</var> ] [ -<strong>w</strong> ]</code></p>
  50.  
  51. </section>
  52.  
  53. <section id="options"><title>Options</title>
  54.  
  55. <dl>
  56. <dt><code>-d <var>serverroot</var></code></dt>
  57.  
  58. <dd>Set the initial value for the <directive
  59. module="core">ServerRoot</directive> directive to
  60. <var>serverroot</var>.  This can be overridden by the ServerRoot
  61. directive in the configuration file. The default is
  62. <code>/usr/local/apache2</code>.</dd>
  63.  
  64. <dt><code>-f <var>config</var></code></dt>
  65.  
  66. <dd>Uses the directives in the file <var>config</var> on startup. If
  67. <var>config</var> does not begin with a /, then it is taken to be a
  68. path relative to the <directive
  69. module="core">ServerRoot</directive>. The default is
  70. <code>conf/httpd.conf</code>.</dd>
  71.  
  72. <dt><code>-k <code>start|restart|graceful|stop</code></code></dt>
  73.  
  74. <dd>Signals <code>httpd</code> to start, restart, or stop.  See <a
  75. href="../stopping.html">Stopping Apache</a> for more information.</dd>
  76.  
  77. <dt><code>-C <var>directive</var></code></dt>
  78.  
  79. <dd>Process the configuration <var>directive</var> before reading
  80. config files.</dd>
  81.  
  82. <dt><code>-c <var>directive</var></code></dt>
  83.  
  84. <dd>Process the configuration <var>directive</var> after reading config
  85. files.</dd>
  86.  
  87.  
  88. <dt><code>-D <var>parameter</var></code></dt>
  89.  
  90. <dd>Sets a configuration <var>parameter </var>which can be used with
  91. <directive type="section" module="core">IfDefine</directive> sections
  92. in the configuration files to conditionally skip or process
  93. commands at server startup and restart.</dd>
  94.  
  95. <dt><code>-e <var>level</var></code></dt>
  96.  
  97. <dd>Sets the <directive module="core">LogLevel</directive> to
  98. <var>level</var> during server startup.  This is useful for
  99. temporarily increasing the verbosity of the error messages to find
  100. problems during startup.</dd>
  101.  
  102. <dt><code>-E <var>file</var></code></dt>
  103.  
  104. <dd>Send error messages during server startup to <var>file</var>.</dd>
  105.  
  106. <dt><code>-R <var>directory</var></code></dt>
  107.  
  108. <dd>When the server is compiled using the <code>SHARED_CORE</code>
  109. rule, this specifies the <var>directory</var> for the shared
  110. object files.</dd>
  111.  
  112. <dt><code>-h</code></dt>
  113.  
  114. <dd>Output a short summary of available command line options.</dd>
  115.  
  116. <dt><code>-l</code></dt>
  117.  
  118. <dd>Output a list of modules compiled into the server.  This will
  119. <strong>not</strong> list dynamically loaded modules included using
  120. the <directive module="mod_so">LoadModule</directive> directive.</dd>
  121.  
  122. <dt><code>-L</code></dt>
  123.  
  124. <dd>Output a list of directives together with expected arguments and
  125. places where the directive is valid.</dd>
  126.  
  127. <dt><code>-S</code></dt>
  128.  
  129. <dd>Show the settings as parsed from the config file (currently only
  130. shows the virtualhost settings).</dd>
  131.  
  132. <dt><code>-t</code></dt>
  133.  
  134. <dd>Run syntax tests for configuration files only.  The program
  135. immediately exits after these syntax parsing with either a return code
  136. of 0 (Syntax OK) or return code not equal to 0 (Syntax Error).  If -D
  137. <var>DUMP</var>_<var>VHOSTS </var>is also set, details of the virtual host
  138. configuration will be printed.</dd>
  139.  
  140. <dt><code>-v</code></dt>
  141.  
  142. <dd>Print the version of <code>httpd</code>, and then exit.</dd>
  143.  
  144. <dt><code>-V</code></dt>
  145.  
  146. <dd>Print the version and build parameters of <code>httpd</code>, and
  147. then exit.</dd>
  148.  
  149. <dt><code>-X</code></dt>
  150.  
  151. <dd>Run httpd in debug mode.  Only one worker will be started and the
  152. server will not detach from the console.</dd>
  153.  
  154. </dl>
  155.  
  156. <p>The following arguments are available only on the <a
  157. href="../platform/windows.html">win32 platform</a>:</p>
  158.  
  159. <dl>
  160.  
  161. <dt><code>-k <code>install|config|uninstall</code></code></dt>
  162.  
  163. <dd>Install Apache as a Windows NT service; change startup options for
  164. the Apache service; and uninstall the Apache service.</dd>
  165.  
  166. <dt><code>-n <var>name</var></code></dt>
  167.  
  168. <dd>The <var>name</var> of the Apache service to signal.</dd>
  169.  
  170. <dt><code>-w</code></dt>
  171.  
  172. <dd>Hold the console window open on error so that the error message can 
  173. be read.</dd>
  174.  
  175. </dl>
  176.  
  177. </section>
  178.  
  179. </manualpage>
  180.