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 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