From: Christophe Jaillet Date: Sun, 17 Jan 2016 07:24:00 +0000 (+0000) Subject: Fix typo X-Git-Tag: 2.2.32~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc02b9d581e7c8f75f30b0ef107ceaa1a394673;p=thirdparty%2Fapache%2Fhttpd.git Fix typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1725069 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 102469fc453..87817a87f41 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -556,7 +556,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map

External rewriting programs are not started if they're defined in a context that does not have RewriteEngine set to - on

. + on.