From: Rich Bowen Date: Tue, 10 Sep 2013 01:57:14 +0000 (+0000) Subject: Replaces some awkward phrasing X-Git-Tag: 2.5.0-alpha~5085 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dafb1774e24a61185165f61b3eb495dafce3c0a;p=thirdparty%2Fapache%2Fhttpd.git Replaces some awkward phrasing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1521342 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 6e1b55601a7..43edd940396 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -130,10 +130,10 @@ to edit the response body with the full power of sed.
mod_auth_form
-
Allows to do form-based authentication.
+
Enables form-based authentication.
mod_session
-
Allows to keep session state for clients, using cookie or +
Enables the use of session state for clients, using cookie or database storage.
mod_allowmethods
@@ -145,7 +145,7 @@ for configuration and small business logic functions. (Experimental)
mod_log_debug
-
Allows to add customizable debug logging at different phases of the +
Allows the addition of customizable debug logging at different phases of the request processing.
mod_buffer
@@ -266,7 +266,7 @@ simplify common rewriting scenarios.
Adds the possibility to use complex boolean expressions in RewriteCond.
-
Allows to use SQL queries as Allows the use of SQL queries as RewriteMap functions.
mod_ldap, mod_authnz_ldap