]> granicus.if.org Git - apache/commitdiff
link to the RFC for the list of CGI environment variables
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 14:45:53 +0000 (14:45 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 14:45:53 +0000 (14:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031597 13f79535-47bb-0310-9956-ffa450edef68

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

index b631fbf54b63d7be5c319391864bd2838256e68c..cb37dbe46a321a4e7b059e77ccbb9a984c31925f 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>
+      <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 4635dac15c94ac5efdb8701ec875d3096ae61404..ca239138a415fda5f2f5e0bdb7ed9ca447ad4df2 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>
+      <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