From f16b08eddd1b87f9f1c024507dfe58feb37f0dba Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Nov 2010 14:54:32 +0000 Subject: [PATCH] link to the RFC instad of hoohoo for list of variables 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 | 5 +++-- docs/manual/howto/cgi.xml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index f2ced018075..5e1d3ef0050 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -438,8 +438,9 @@

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.

+ complete list of required variables is at + 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 4f1059d38a2..32140322cba 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -452,9 +452,9 @@

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.

+ complete list of required variables is at + Common Gateway + Interface RFC.

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