From 492d69d07137f9c6eddf7cf4cd98ca8fbeaa2b25 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 21 Jul 2005 13:34:11 +0000 Subject: [PATCH] Remove some rather confusing phrasing regarding mod_proxy and how to determine if it is installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220063 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 10 ++-------- docs/manual/mod/mod_rewrite.xml | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index acc7881219..a6d47fb67c 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1366,14 +1366,8 @@ When using the NOT character to map some remote stuff into the namespace of the local server. -

Notice: To use this functionality make sure you have - the proxy module compiled into your Apache server - program. If you don't know please check whether - mod_proxy.c is part of the ``httpd - -l'' output. If yes, this functionality is - available to mod_rewrite. If not, then you first have to - rebuild the httpd program with mod_proxy - enabled.

+

Notice: mod_proxy must be enabled in order + to use this flag.

  • diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 13492a955e..5a10508521 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1383,14 +1383,8 @@ When using the NOT character to map some remote stuff into the namespace of the local server. -

    Notice: To use this functionality make sure you have - the proxy module compiled into your Apache server - program. If you don't know please check whether - mod_proxy.c is part of the ``httpd - -l'' output. If yes, this functionality is - available to mod_rewrite. If not, then you first have to - rebuild the httpd program with mod_proxy - enabled.

    +

    Notice: mod_proxy must be enabled in order + to use this flag.

  • -- 2.40.0