Commit fac43346 authored by dgaudet's avatar dgaudet
Browse files

Eliminate some user confusion regarding REDIRECT_*.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78016 13f79535-47bb-0310-9956-ffa450edef68
parent c9eae406
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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

+5 −1
Original line number Diff line number Diff line
@@ -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