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