]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
link to the RFC instad of hoohoo for list of variables
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 14:54:32 +0000 (14:54 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 14:54:32 +0000 (14:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031607 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/cgi.html.en
docs/manual/howto/cgi.xml

index f2ced01807536589c6dc5abecd3eb4ebe8c3e88d..5e1d3ef0050899aeb0e8da0ab80a3445fb6faf59 100644 (file)
 
       <p>These variables are available to the CGI programmer, and
       are half of the story of the client-server communication. The
-      complete list of required variables is at 
-      <a href="http://hoohoo.ncsa.uiuc.edu/cgi/env.html">http://hoohoo.ncsa.uiuc.edu/cgi/env.html</a>.</p>
+      complete list of required variables is at
+      <a href="http://www.ietf.org/rfc/rfc3875">Common Gateway
+      Interface RFC</a>.</p>
 
       <p>This simple Perl CGI program will display all of the
       environment variables that are being passed around. Two
index 4f1059d38a29edb12bfc2500bb190015a6112857..32140322cba1838fbeedd3d5c906fdd41e2052b1 100644 (file)
 
       <p>These variables are available to the CGI programmer, and
       are half of the story of the client-server communication. The
-      complete list of required variables is at 
-      <a href="http://hoohoo.ncsa.uiuc.edu/cgi/env.html"
-      >http://hoohoo.ncsa.uiuc.edu/cgi/env.html</a>.</p>
+      complete list of required variables is at
+      <a href="http://www.ietf.org/rfc/rfc3875">Common Gateway
+      Interface RFC</a>.</p>
 
       <p>This simple Perl CGI program will display all of the
       environment variables that are being passed around. Two