From 2c7aad897c342dffec2fa24cee416a057173ff70 Mon Sep 17 00:00:00 2001 From: Colin Coe Date: Tue, 3 May 2011 15:01:59 +1200 Subject: [PATCH] Docs: Polish url_rewrite_program description --- src/cf.data.pre | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 20e117f4a2..0920d4cbf8 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3593,10 +3593,10 @@ TYPE: wordlist LOC: Config.Program.redirect DEFAULT: none DOC_START - Specify the location of the executable for the URL rewriter. + Specify the location of the executable URL rewriter to use. Since they can perform almost any function there isn't one included. - For each requested URL rewriter will receive on line with the format + For each requested URL, the rewriter will receive on line with the format URL client_ip "/" fqdn user method [ kvpairs] @@ -3610,7 +3610,7 @@ DOC_START The rewriter can also indicate that a client-side redirect should be performed to the new URL. This is done by prefixing the returned - URL with "301:" (moved permanently) or 302: (moved temporarily). + URL with "301:" (moved permanently) or 302: (moved temporarily), etc. By default, a URL rewriter is not used. DOC_END -- 2.47.3