From: dgaudet Date: Fri, 25 Apr 1997 20:32:18 +0000 (+0000) Subject: Eliminate some user confusion regarding REDIRECT_*. X-Git-Tag: APACHE_1_2b9~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aa8cdd2596697d5dcb54313d369ec2ecff77f3d;p=apache Eliminate some user confusion regarding REDIRECT_*. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78016 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/custom-error.html b/docs/manual/custom-error.html index 434d98a4b3..09b4cf5261 100644 --- a/docs/manual/custom-error.html +++ b/docs/manual/custom-error.html @@ -65,7 +65,11 @@ REDIRECT_URL=/cgi-bin/buggy.pl

At least REDIRECT_URL and REDIRECT_QUERY_STRING will be passed to the new URL (assuming it's a cgi-script or a cgi-include). The - other variables will exist only if they existed prior to the error/problem.

+ other variables will exist only if they existed prior to the error/problem. + None of these will be set if your ErrorDocument is an + external redirect (i.e. anything starting with a protocol name + like http:, even if it refers to the same host as the + server).

Configuration diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index 434d98a4b3..09b4cf5261 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -65,7 +65,11 @@ REDIRECT_URL=/cgi-bin/buggy.pl

At least REDIRECT_URL and REDIRECT_QUERY_STRING will be passed to the new URL (assuming it's a cgi-script or a cgi-include). The - other variables will exist only if they existed prior to the error/problem.

+ other variables will exist only if they existed prior to the error/problem. + None of these will be set if your ErrorDocument is an + external redirect (i.e. anything starting with a protocol name + like http:, even if it refers to the same host as the + server).

Configuration