]> granicus.if.org Git - apache/commitdiff
Eliminate some user confusion regarding REDIRECT_*.
authordgaudet <dgaudet@unknown>
Fri, 25 Apr 1997 20:32:18 +0000 (20:32 +0000)
committerdgaudet <dgaudet@unknown>
Fri, 25 Apr 1997 20:32:18 +0000 (20:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78016 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/custom-error.html
docs/manual/custom-error.html.en

index 434d98a4b3a42348ddf4f981e6bbf53865a17835..09b4cf526147f2545ee748058746f8bfbc4c328b 100644 (file)
@@ -65,7 +65,11 @@ REDIRECT_URL=/cgi-bin/buggy.pl <br>
 
   <P>At least <code>REDIRECT_URL</code> and <code>REDIRECT_QUERY_STRING</code> 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.<p>
+     other variables will exist only if they existed prior to the error/problem.
+     <b>None</b> of these will be set if your ErrorDocument is an
+     <i>external</i> redirect (i.e. anything starting with a protocol name
+     like <code>http:</code>, even if it refers to the same host as the
+     server).<p>
 
 <DT>Configuration
 
index 434d98a4b3a42348ddf4f981e6bbf53865a17835..09b4cf526147f2545ee748058746f8bfbc4c328b 100644 (file)
@@ -65,7 +65,11 @@ REDIRECT_URL=/cgi-bin/buggy.pl <br>
 
   <P>At least <code>REDIRECT_URL</code> and <code>REDIRECT_QUERY_STRING</code> 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.<p>
+     other variables will exist only if they existed prior to the error/problem.
+     <b>None</b> of these will be set if your ErrorDocument is an
+     <i>external</i> redirect (i.e. anything starting with a protocol name
+     like <code>http:</code>, even if it refers to the same host as the
+     server).<p>
 
 <DT>Configuration