From 691dafb5322a013ee2615ba8c2040eb011fc762f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Thu, 20 Jan 2011 17:57:53 +0000 Subject: [PATCH] Weeding out some old references. Replacing w3.org/cgi with link to CGI RFC. Replacing hoohoo.ncsa.uiuc.edu with links to CGI RFC. This fixes PR#50622 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1061423 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/env.xml | 2 +- docs/manual/glossary.xml | 5 ++--- docs/manual/howto/cgi.xml | 6 ------ docs/manual/mod/mod_cgi.xml | 6 +++--- 4 files changed, 6 insertions(+), 13 deletions(-) diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 6000814ca6..63d94008fc 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -117,7 +117,7 @@ Apache configuration and passed from the shell, CGI scripts and SSI pages are provided with a set of environment variables containing meta-information about the request as required by - the CGI + the CGI specification.

diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index ce212fff6b..91825abe7a 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -122,9 +122,8 @@ Gateway Interface (CGI)
A standard definition for an interface between a web server and an external program that allows the external program to service requests. - The interface was originally defined by NCSA but there - is also an RFC project.
+ There is an Informational + RFC which covers the specifics.
See: Dynamic Content with CGI
diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index 890c6087b1..23cd9bac4c 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -565,12 +565,6 @@
For more information -

There are a large number of CGI resources on the web. - The list from the HTML Writers Guild is a great source of answers - to your questions. You can find out more at - http://www.hwg.org/lists/hwg-servers/.

-

The current CGI specification is available in the Common Gateway Interface RFC.

diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml index 6e40f7b875..aa10027072 100644 --- a/docs/manual/mod/mod_cgi.xml +++ b/docs/manual/mod/mod_cgi.xml @@ -58,12 +58,12 @@ AddHandler Running CGI programs under different user IDs -CGI Specification +CGI Specification
CGI Environment variables

The server will set the CGI environment variables as described - in the CGI - specification, with the following provisions:

+ in the CGI specification, + with the following provisions:

PATH_INFO
-- 2.40.0