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