From: Rich Bowen Date: Mon, 4 Apr 2011 12:10:32 +0000 (+0000) Subject: Mention the new rewrite flags as a module enhancement in 2.4 X-Git-Tag: 2.3.12~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f020d69f501cf205d1b6dfd3a3b147b42623f4;p=thirdparty%2Fapache%2Fhttpd.git Mention the new rewrite flags as a module enhancement in 2.4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088580 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index a28e2357678..ae4c4663895 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -184,6 +184,12 @@
mod_info
mod_info can now dump the pre-parsed configuration to stdout during server startup.
+ +
mod_rewrite +
mod_rewrite adds the [QSD] + (Query String Discard) and [END] flags for + RewriteRule to + simplify common rewriting scenarios.