summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Galić <igalic@apache.org>2011-01-20 17:57:53 +0000
committerIgor Galić <igalic@apache.org>2011-01-20 17:57:53 +0000
commit691dafb5322a013ee2615ba8c2040eb011fc762f (patch)
tree18e87526629d061a1f185396a8ac4d3c5ee47ccf
parent4092815c5cfc4087d518307c4ab6c97d0c829806 (diff)
downloadhttpd-691dafb5322a013ee2615ba8c2040eb011fc762f.tar.gz
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
-rw-r--r--docs/manual/env.xml2
-rw-r--r--docs/manual/glossary.xml5
-rw-r--r--docs/manual/howto/cgi.xml6
-rw-r--r--docs/manual/mod/mod_cgi.xml6
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 <a href="http://www.w3.org/CGI/">CGI
+ the <a href="http://www.ietf.org/rfc/rfc3875">CGI
specification</a>.</p>
</section>
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</a> <a name="cgi" id="cgi">(CGI)</a></dt>
<dd>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 <a
- href="http://hoohoo.ncsa.uiuc.edu/cgi/overview.html">NCSA</a> but there
- is also an <a href="http://www.w3.org/CGI/">RFC project</a>.<br />
+ There is an <a href="http://www.ietf.org/rfc/rfc3875">Informational
+ RFC</a> which covers the specifics.<br />
See: <a href="howto/cgi.html">Dynamic Content with CGI</a>
</dd>
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 @@
<section id="moreinfo">
<title>For more information</title>
- <p>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
- <a href="http://www.hwg.org/lists/hwg-servers/"
- >http://www.hwg.org/lists/hwg-servers/</a>.</p>
-
<p>The current CGI specification is available in the
<a href="http://www.ietf.org/rfc/rfc3875">Common Gateway
Interface RFC</a>.</p>
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 @@
<seealso><directive module="mod_mime">AddHandler</directive></seealso>
<seealso><a href="../suexec.html">Running CGI programs under different
user IDs</a></seealso>
-<seealso><a href="http://hoohoo.ncsa.uiuc.edu/cgi/">CGI Specification</a></seealso>
+<seealso><a href="http://www.ietf.org/rfc/rfc3875">CGI Specification</a></seealso>
<section id="env"><title>CGI Environment variables</title>
<p>The server will set the CGI environment variables as described
- in the <a href="http://hoohoo.ncsa.uiuc.edu/cgi/">CGI
- specification</a>, with the following provisions:</p>
+ in the <a href="http://www.ietf.org/rfc/rfc3875">CGI specification</a>,
+ with the following provisions:</p>
<dl>
<dt>PATH_INFO</dt>