From eb1c8fa7aa8524d24c18d71c723466b540de2246 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Nov 2010 14:45:53 +0000 Subject: [PATCH] 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 --- docs/manual/howto/cgi.html.en | 3 ++- docs/manual/howto/cgi.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.50.1