1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

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
This commit is contained in:
Eric Covener
2010-11-05 14:45:53 +00:00
parent 2d08a6a0cf
commit eb1c8fa7aa
2 changed files with 4 additions and 3 deletions

View File

@@ -451,7 +451,8 @@
<p>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
<a href="http://hoohoo.ncsa.uiuc.edu/cgi/env.html">http://hoohoo.ncsa.uiuc.edu/cgi/env.html</a>.</p>
<a href="http://www.ietf.org/rfc/rfc3875">Common Gateway
Interface RFC</a>.</p>
<p>This simple Perl CGI program will display all of the
environment variables that are being passed around. Two