From: Igor Galić
Date: Thu, 20 Jan 2011 17:57:53 +0000 (+0000)
Subject: Weeding out some old references. Replacing w3.org/cgi with link to CGI RFC.
X-Git-Tag: 2.3.11~158
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=691dafb5322a013ee2615ba8c2040eb011fc762f;p=apache
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
---
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 @@