From: Rich Bowen Date: Tue, 21 Feb 2012 14:30:33 +0000 (+0000) Subject: Highlight some of the improvements in the documentation in the 2.4 version. X-Git-Tag: 2.5.0-alpha~7455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e0d258ad082b0f9640e98eab271fdd67ba84b5a;p=apache Highlight some of the improvements in the documentation in the 2.4 version. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291801 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 7f7393dcf8..d0826e5f63 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -306,6 +306,25 @@ +
+ Documentation +
+
mod_rewrite
+
The mod_rewrite documentation has been + rearranged and almost completely rewritten, with a focus on + examples and common usage, as well as on showing you when other + solutions are more appropriate. The Rewrite + Guide is now a top-level section with much more detail and + better organization.
+ +
mod_ssl
+
The mod_ssl documentation has been greatly + enhanced, with more examples at the getting started level, in + addition to the previous focus on technical details.
+ +
+
+
Module Developer Changes