
rbowen at apache
Feb 21, 2012, 6:30 AM
Post #1 of 1
(40 views)
Permalink
|
|
svn commit: r1291801 - /httpd/httpd/trunk/docs/manual/new_features_2_4.xml
|
|
Author: rbowen Date: Tue Feb 21 14:30:33 2012 New Revision: 1291801 URL: http://svn.apache.org/viewvc?rev=1291801&view=rev Log: Highlight some of the improvements in the documentation in the 2.4 version. Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.xml?rev=1291801&r1=1291800&r2=1291801&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_4.xml (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_4.xml Tue Feb 21 14:30:33 2012 @@ -306,6 +306,25 @@ </dl> </section> + <section id="documentation"> + <title>Documentation</title> + <dl> + <dt>mod_rewrite</dt> + <dd>The <module>mod_rewrite</module> 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 <a href="rewrite/">Rewrite + Guide</a> is now a top-level section with much more detail and + better organization.</dd> + + <dt>mod_ssl</dt> + <dd>The <module>mod_ssl</module> documentation has been greatly + enhanced, with more examples at the getting started level, in + addition to the previous focus on technical details.</dd> + + </dl> + </section> + <section id="developer"> <title>Module Developer Changes</title> <dl>
|