]> granicus.if.org Git - apache/blob - docs/manual/programs/httpd.html.en
Typo correction. Rebuild xhtml transformation
[apache] / docs / manual / programs / httpd.html.en
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.5</p>
16 <img alt="" src="../images/feather.gif" /></div>
17 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
18 <div id="path">
19 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <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">&nbsp;en&nbsp;</a> |
22 <a href="../ko/programs/httpd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
23 <a href="../tr/programs/httpd.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
24 </div>
25
26      <p><code>httpd</code> is the Apache HyperText Transfer Protocol
27      (HTTP) server program.  It is designed to be run as a standalone
28      daemon process. When used like this it will create a pool of
29      child processes or threads to handle requests.</p>
30
31      <p>In general, <code>httpd</code> should not be invoked directly,
32      but rather should be invoked via <code class="program"><a href="../programs/apachectl.html">apachectl</a></code> on Unix-based systems or <a href="../platform/windows.html#winsvc">as a service on Windows NT,
33      2000 and XP</a> and <a href="../platform/windows.html#wincons">as
34      a console application on Windows 9x and ME</a>.</p>
35 </div>
36 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
37 <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
38 </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><code class="program"><a href="../programs/apachectl.html">apachectl</a></code></li></ul></div>
39 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
40 <div class="section">
41 <h2><a name="synopsis" id="synopsis">Synopsis</a></h2>
42      <p><code><strong>httpd</strong> [ -<strong>d</strong>
43      <var>serverroot</var> ] [ -<strong>f</strong> <var>config</var> ]
44      [ -<strong>C</strong> <var>directive</var> ] [ -<strong>c</strong>
45      <var>directive</var> ] [ -<strong>D</strong> <var>parameter</var> ]
46      [ -<strong>e</strong> <var>level</var> ] [ -<strong>E</strong>
47      <var>file</var> ]
48      [ <strong>-k</strong> start|restart|graceful|stop|graceful-stop ]
49      [ -<strong>R</strong> <var>directory</var> ] [ -<strong>h</strong> ]
50      [ -<strong>l</strong> ] [ -<strong>L</strong> ] [ -<strong>S</strong> ]
51      [ -<strong>t</strong> ] [ -<strong>v</strong> ] [ -<strong>V</strong> ]
52      [ -<strong>X</strong> ] [ -<strong>M</strong> ] [ -<strong>T</strong> ]
53      </code></p>
54
55      <p>On <a href="../platform/windows.html">Windows systems</a>, the
56      following additional arguments are available:</p>
57
58      <p><code><strong>httpd</strong> [ -<strong>k</strong>
59      install|config|uninstall ] [ -<strong>n</strong> <var>name</var> ]
60      [ -<strong>w</strong> ]</code></p>
61 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
62 <div class="section">
63 <h2><a name="options" id="options">Options</a></h2>
64
65 <dl>
66 <dt><code>-d <var>serverroot</var></code></dt>
67
68 <dd>Set the initial value for the <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code> directive to
69 <var>serverroot</var>.  This can be overridden by the ServerRoot
70 directive in the configuration file. The default is
71 <code>/usr/local/apache2</code>.</dd>
72
73 <dt><code>-f <var>config</var></code></dt>
74
75 <dd>Uses the directives in the file <var>config</var> on startup. If
76 <var>config</var> does not begin with a /, then it is taken to be a
77 path relative to the <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>. The default is
78 <code>conf/httpd.conf</code>.</dd>
79
80 <dt><code>-k <code>start|restart|graceful|stop|graceful-stop</code></code></dt>
81
82 <dd>Signals <code>httpd</code> to start, restart, or stop.  See <a href="../stopping.html">Stopping Apache</a> for more information.</dd>
83
84 <dt><code>-C <var>directive</var></code></dt>
85
86 <dd>Process the configuration <var>directive</var> before reading
87 config files.</dd>
88
89 <dt><code>-c <var>directive</var></code></dt>
90
91 <dd>Process the configuration <var>directive</var> after reading config
92 files.</dd>
93
94
95 <dt><code>-D <var>parameter</var></code></dt>
96
97 <dd>Sets a configuration <var>parameter </var>which can be used with
98 <code class="directive"><a href="../mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code> sections
99 in the configuration files to conditionally skip or process commands
100 at server startup and restart. Also can be used to set certain
101 less-common startup parameters including <code>-DNO_DETACH</code>
102 (prevent the parent from forking) and <code>-DFOREGROUND</code>
103 (prevent the parent from calling <code>setsid()</code> et al).</dd>
104
105 <dt><code>-e <var>level</var></code></dt>
106
107 <dd>Sets the <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code> to
108 <var>level</var> during server startup.  This is useful for
109 temporarily increasing the verbosity of the error messages to find
110 problems during startup.</dd>
111
112 <dt><code>-E <var>file</var></code></dt>
113
114 <dd>Send error messages during server startup to <var>file</var>.</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 provided by static modules, together with expected arguments and
129 places where the directive is valid. Directives provided by shared modules are not listed.</dd>
130
131 <dt><code>-M</code></dt>
132
133 <dd>Dump a list of loaded Static and Shared Modules.</dd>
134
135 <dt><code>-S</code></dt>
136
137 <dd>Show the settings as parsed from the config file (currently only
138 shows the virtualhost settings).</dd>
139
140 <dt><code>-T</code> (Available in 2.3.8 and later)</dt>
141
142 <dd>Skip document root check at startup/restart.</dd>
143
144 <dt><code>-t</code></dt>
145
146 <dd>Run syntax tests for configuration files only.  The program
147 immediately exits after these syntax parsing tests with either a return code
148 of 0 (Syntax OK) or return code not equal to 0 (Syntax Error).  If -D
149 <var>DUMP</var>_<var>VHOSTS </var>is also set, details of the virtual host
150 configuration will be printed. If -D <var>DUMP</var>_<var>MODULES </var> is
151 set, all loaded modules will be printed.</dd>
152
153 <dt><code>-v</code></dt>
154
155 <dd>Print the version of <code>httpd</code>, and then exit.</dd>
156
157 <dt><code>-V</code></dt>
158
159 <dd>Print the version and build parameters of <code>httpd</code>, and
160 then exit.</dd>
161
162 <dt><code>-X</code></dt>
163
164 <dd>Run httpd in debug mode.  Only one worker will be started and the
165 server will not detach from the console.</dd>
166
167 </dl>
168
169 <p>The following arguments are available only on the <a href="../platform/windows.html">Windows platform</a>:</p>
170
171 <dl>
172
173 <dt><code>-k install|config|uninstall</code></dt>
174
175 <dd>Install Apache as a Windows NT service; change startup options for
176 the Apache service; and uninstall the Apache service.</dd>
177
178 <dt><code>-n <var>name</var></code></dt>
179
180 <dd>The <var>name</var> of the Apache service to signal.</dd>
181
182 <dt><code>-w</code></dt>
183
184 <dd>Keep the console window open on error so that the error message can
185 be read.</dd>
186
187 </dl>
188
189 </div></div>
190 <div class="bottomlang">
191 <p><span>Available Languages: </span><a href="../en/programs/httpd.html" title="English">&nbsp;en&nbsp;</a> |
192 <a href="../ko/programs/httpd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
193 <a href="../tr/programs/httpd.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
194 </div><div id="footer">
195 <p class="apache">Copyright 2012 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>
196 <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>
197 </body></html>