.el .ne 3
.IP "\\$1" \\$2
..
-.TH "HTTPD" 8 "2010-09-12" "Apache HTTP Server" "httpd"
+.TH "HTTPD" 8 "2012-02-08" "Apache HTTP Server" "httpd"
.SH NAME
httpd \- Apache Hypertext Transfer Protocol Server
-S
Show the settings as parsed from the config file (currently only shows the virtualhost settings)\&.
.TP
--T (Availabe in 2\&.3\&.8 and later)
+-T (Available in 2\&.3\&.8 and later)
Skip document root check at startup/restart\&.
.TP
-t
.TP
-k install|config|uninstall
-Install Apache as a Windows NT service; change startup options for the Apache service; and uninstall the Apache service\&.
+Install Apache httpd as a Windows NT service; change startup options for the Apache httpd service; and uninstall the Apache httpd service\&.
.TP
-n \fIname\fR
-The \fIname\fR of the Apache service to signal\&.
+The \fIname\fR of the Apache httpd service to signal\&.
.TP
-w
Keep the console window open on error so that the error message can be read\&.
<dd>It is now possible to specify <code class="directive"><a href="./mod/core.html#keepalivetimeout">KeepAliveTimeout</a></code> in milliseconds.
</dd>
- <dt>Loadable MPMs</dt>
+ <dt>Run-time Loadable MPMs</dt>
<dd>Multiple MPMs can now be built as loadable modules at compile time.
The MPM of choice can be configured at run time.</dd>
>KeepAliveTimeout</directive> in milliseconds.
</dd>
- <dt>Loadable MPMs</dt>
+ <dt>Run-time Loadable MPMs</dt>
<dd>Multiple MPMs can now be built as loadable modules at compile time.
The MPM of choice can be configured at run time.</dd>
<li>configure: the "reallyall" module set adds developer modules
to the "all" set</li>
+
+ <li>apr and apr-util: APR and APR-Util are no longer bundled with
+ Apache httpd 2.4. You can either use already installed versions or
+ continue to use <code>--with-included-apr</code> after downloading
+ (from <a href="http://apr.apache.org/">Apache APR</a>) and unpacking
+ apr/apr-util into <code>./srclib/</code></li>
</ul>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<li>configure: the "reallyall" module set adds developer modules
to the "all" set</li>
+
+ <li>apr and apr-util: APR and APR-Util are no longer bundled with
+ Apache httpd 2.4. You can either use already installed versions or
+ continue to use <code>--with-included-apr</code> after downloading
+ (from <a href="http://apr.apache.org/">Apache APR</a>) and unpacking
+ apr/apr-util into <code>./srclib/</code></li>
</ul>
</section>