You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/02/08 17:14:57 UTC

svn commit: r1241958 - in /httpd/httpd/branches/2.4.x/docs: man/httpd.8 manual/new_features_2_4.html.en manual/new_features_2_4.xml manual/upgrading.html.en manual/upgrading.xml

Author: jim
Date: Wed Feb  8 16:14:57 2012
New Revision: 1241958

URL: http://svn.apache.org/viewvc?rev=1241958&view=rev
Log:
Upgrading...

Modified:
    httpd/httpd/branches/2.4.x/docs/man/httpd.8
    httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en
    httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml
    httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en
    httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml

Modified: httpd/httpd/branches/2.4.x/docs/man/httpd.8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/man/httpd.8?rev=1241958&r1=1241957&r2=1241958&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/man/httpd.8 (original)
+++ httpd/httpd/branches/2.4.x/docs/man/httpd.8 Wed Feb  8 16:14:57 2012
@@ -19,7 +19,7 @@
 .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
@@ -88,7 +88,7 @@ Dump a list of loaded Static and Shared 
 -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
@@ -109,10 +109,10 @@ The following arguments are available on
  
 .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\&.  

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en?rev=1241958&r1=1241957&r2=1241958&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en Wed Feb  8 16:14:57 2012
@@ -43,7 +43,7 @@
       <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>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml?rev=1241958&r1=1241957&r2=1241958&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml Wed Feb  8 16:14:57 2012
@@ -39,7 +39,7 @@
       >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>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en?rev=1241958&r1=1241957&r2=1241958&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/upgrading.html.en Wed Feb  8 16:14:57 2012
@@ -84,6 +84,12 @@
 
       <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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml?rev=1241958&r1=1241957&r2=1241958&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml Wed Feb  8 16:14:57 2012
@@ -84,6 +84,12 @@
 
       <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>