]> granicus.if.org Git - apache/blob - docs/manual/programs/httpd.html.en
update 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" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
12 <script src="../style/scripts/prettify.js" type="text/javascript">
13 </script>
14
15 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
16 <body id="manual-page"><div id="page-header">
17 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
18 <p class="apache">Apache HTTP Server Version 2.5</p>
19 <img alt="" src="../images/feather.gif" /></div>
20 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
21 <div id="path">
22 <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>
23 <div class="toplang">
24 <p><span>Available Languages: </span><a href="../en/programs/httpd.html" title="English">&nbsp;en&nbsp;</a> |
25 <a href="../ko/programs/httpd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
26 <a href="../tr/programs/httpd.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
27 </div>
28
29      <p><code>httpd</code> is the Apache HyperText Transfer Protocol
30      (HTTP) server program.  It is designed to be run as a standalone
31      daemon process. When used like this it will create a pool of
32      child processes or threads to handle requests.</p>
33
34      <p>In general, <code>httpd</code> should not be invoked directly,
35      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,
36      2000 and XP</a> and <a href="../platform/windows.html#wincons">as
37      a console application on Windows 9x and ME</a>.</p>
38 </div>
39 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
40 <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
41 </ul><h3>See also</h3><ul class="seealso"><li><a href="../invoking.html">Starting Apache httpd</a></li><li><a href="../stopping.html">Stopping Apache httpd</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><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
42 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
43 <div class="section">
44 <h2><a name="synopsis" id="synopsis">Synopsis</a></h2>
45      <p><code><strong>httpd</strong> [ -<strong>d</strong>
46      <var>serverroot</var> ] [ -<strong>f</strong> <var>config</var> ]
47      [ -<strong>C</strong> <var>directive</var> ] [ -<strong>c</strong>
48      <var>directive</var> ] [ -<strong>D</strong> <var>parameter</var> ]
49      [ -<strong>e</strong> <var>level</var> ] [ -<strong>E</strong>
50      <var>file</var> ]
51      [ <strong>-k</strong> start|restart|graceful|stop|graceful-stop ]
52      [ -<strong>R</strong> <var>directory</var> ] [ -<strong>h</strong> ]
53      [ -<strong>l</strong> ] [ -<strong>L</strong> ] [ -<strong>S</strong> ]
54      [ -<strong>t</strong> ] [ -<strong>v</strong> ] [ -<strong>V</strong> ]
55      [ -<strong>X</strong> ] [ -<strong>M</strong> ] [ -<strong>T</strong> ]
56      </code></p>
57
58      <p>On <a href="../platform/windows.html">Windows systems</a>, the
59      following additional arguments are available:</p>
60
61      <p><code><strong>httpd</strong> [ -<strong>k</strong>
62      install|config|uninstall ] [ -<strong>n</strong> <var>name</var> ]
63      [ -<strong>w</strong> ]</code></p>
64 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
65 <div class="section">
66 <h2><a name="options" id="options">Options</a></h2>
67
68 <dl>
69 <dt><code>-d <var>serverroot</var></code></dt>
70
71 <dd>Set the initial value for the <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code> directive to
72 <var>serverroot</var>.  This can be overridden by the ServerRoot
73 directive in the configuration file. The default is
74 <code>/usr/local/apache2</code>.</dd>
75
76 <dt><code>-f <var>config</var></code></dt>
77
78 <dd>Uses the directives in the file <var>config</var> on startup. If
79 <var>config</var> does not begin with a /, then it is taken to be a
80 path relative to the <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>. The default is
81 <code>conf/httpd.conf</code>.</dd>
82
83 <dt><code>-k <code>start|restart|graceful|stop|graceful-stop</code></code></dt>
84
85 <dd>Signals <code>httpd</code> to start, restart, or stop.  See <a href="../stopping.html">Stopping Apache httpd</a> for more information.</dd>
86
87 <dt><code>-C <var>directive</var></code></dt>
88
89 <dd>Process the configuration <var>directive</var> before reading
90 config files.</dd>
91
92 <dt><code>-c <var>directive</var></code></dt>
93
94 <dd>Process the configuration <var>directive</var> after reading config
95 files.</dd>
96
97
98 <dt><code>-D <var>parameter</var></code></dt>
99
100 <dd>Sets a configuration <var>parameter </var>which can be used with
101 <code class="directive"><a href="../mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code> sections
102 in the configuration files to conditionally skip or process commands
103 at server startup and restart. Also can be used to set certain
104 less-common startup parameters including <code>-DNO_DETACH</code>
105 (prevent the parent from forking) and <code>-DFOREGROUND</code>
106 (prevent the parent from calling <code>setsid()</code> et al).</dd>
107
108 <dt><code>-e <var>level</var></code></dt>
109
110 <dd>Sets the <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code> to
111 <var>level</var> during server startup.  This is useful for
112 temporarily increasing the verbosity of the error messages to find
113 problems during startup.</dd>
114
115 <dt><code>-E <var>file</var></code></dt>
116
117 <dd>Send error messages during server startup to <var>file</var>.</dd>
118
119 <dt><code>-h</code></dt>
120
121 <dd>Output a short summary of available command line options.</dd>
122
123 <dt><code>-l</code></dt>
124
125 <dd>Output a list of modules compiled into the server.  This will
126 <strong>not</strong> list dynamically loaded modules included using
127 the <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directive.</dd>
128
129 <dt><code>-L</code></dt>
130
131 <dd>Output a list of directives provided by static modules, together with expected arguments and
132 places where the directive is valid. Directives provided by shared modules are not listed.</dd>
133
134 <dt><code>-M</code></dt>
135
136 <dd>Dump a list of loaded Static and Shared Modules.</dd>
137
138 <dt><code>-S</code></dt>
139
140 <dd>Show the settings as parsed from the config file (currently only
141 shows the virtualhost settings).</dd>
142
143 <dt><code>-T</code> (Available in 2.3.8 and later)</dt>
144
145 <dd>Skip document root check at startup/restart.</dd>
146
147 <dt><code>-t</code></dt>
148
149 <dd>Run syntax tests for configuration files only.  The program
150 immediately exits after these syntax parsing tests with either a return code
151 of 0 (Syntax OK) or return code not equal to 0 (Syntax Error).  If -D
152 <var>DUMP</var>_<var>VHOSTS </var>is also set, details of the virtual host
153 configuration will be printed. If -D <var>DUMP</var>_<var>MODULES </var> is
154 set, all loaded modules will be printed. If -D <var>DUMP</var>_<var>CERTS </var>
155 is set and <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is used, configured SSL certificates will
156 be printed.  If -D <var>DUMP</var>_<var>CA</var>_<var>_CERTS </var> is set and
157 <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is used, configured SSL CA certificates and configured
158 directories containing SSL CA certificates will be printed.</dd>
159
160 <dt><code>-v</code></dt>
161
162 <dd>Print the version of <code>httpd</code>, and then exit.</dd>
163
164 <dt><code>-V</code></dt>
165
166 <dd>Print the version and build parameters of <code>httpd</code>, and
167 then exit.</dd>
168
169 <dt><code>-X</code></dt>
170
171 <dd>Run httpd in debug mode.  Only one worker will be started and the
172 server will not detach from the console.</dd>
173
174 </dl>
175
176 <p>The following arguments are available only on the <a href="../platform/windows.html">Windows platform</a>:</p>
177
178 <dl>
179
180 <dt><code>-k install|config|uninstall</code></dt>
181
182 <dd>Install Apache httpd as a Windows NT service; change startup options for
183 the Apache httpd service; and uninstall the Apache httpd service.</dd>
184
185 <dt><code>-n <var>name</var></code></dt>
186
187 <dd>The <var>name</var> of the Apache httpd service to signal.</dd>
188
189 <dt><code>-w</code></dt>
190
191 <dd>Keep the console window open on error so that the error message can
192 be read.</dd>
193
194 </dl>
195
196 </div></div>
197 <div class="bottomlang">
198 <p><span>Available Languages: </span><a href="../en/programs/httpd.html" title="English">&nbsp;en&nbsp;</a> |
199 <a href="../ko/programs/httpd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
200 <a href="../tr/programs/httpd.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
201 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
202 <script type="text/javascript"><!--//--><![CDATA[//><!--
203 var comments_shortname = 'httpd';
204 var comments_identifier = 'http://httpd.apache.org/docs/trunk/programs/httpd.html';
205 (function(w, d) {
206     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
207         d.write('<div id="comments_thread"><\/div>');
208         var s = d.createElement('script');
209         s.type = 'text/javascript';
210         s.async = true;
211         s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
212         (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
213     }
214     else {
215         d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
216     }
217 })(window, document);
218 //--><!]]></script></div><div id="footer">
219 <p class="apache">Copyright 2014 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>
220 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
221 if (typeof(prettyPrint) !== 'undefined') {
222     prettyPrint();
223 }
224 //--><!]]></script>
225 </body></html>