From: Eric Covener Date: Fri, 5 Nov 2010 14:45:53 +0000 (+0000) Subject: link to the RFC for the list of CGI environment variables X-Git-Tag: 2.3.9~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb1c8fa7aa8524d24c18d71c723466b540de2246;p=apache link to the RFC for the list of CGI environment variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031597 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index b631fbf54b..cb37dbe46a 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -451,7 +451,8 @@

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 - http://hoohoo.ncsa.uiuc.edu/cgi/env.html.

+ Common Gateway + Interface RFC.

This simple Perl CGI program will display all of the environment variables that are being passed around. Two diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index 4635dac15c..ca239138a4 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -464,8 +464,8 @@

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 - http://hoohoo.ncsa.uiuc.edu/cgi/env.html.

+ Common Gateway + Interface RFC.

This simple Perl CGI program will display all of the environment variables that are being passed around. Two