From: Eric Covener 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.
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