From: Colin Coe Date: Tue, 3 May 2011 03:01:59 +0000 (+1200) Subject: Docs: Polish url_rewrite_program description X-Git-Tag: take07~16^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c7aad897c342dffec2fa24cee416a057173ff70;p=thirdparty%2Fsquid.git Docs: Polish url_rewrite_program description --- 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