]> granicus.if.org Git - apache/commitdiff
Weeding out some old references. Replacing w3.org/cgi with link to CGI RFC.
authorIgor Galić <igalic@apache.org>
Thu, 20 Jan 2011 17:57:53 +0000 (17:57 +0000)
committerIgor Galić <igalic@apache.org>
Thu, 20 Jan 2011 17:57:53 +0000 (17:57 +0000)
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
docs/manual/glossary.xml
docs/manual/howto/cgi.xml
docs/manual/mod/mod_cgi.xml

index 6000814ca6b9bb5a0180106a8cb80a641fcb688d..63d94008fced638234e3cffc96f1e72d392b454f 100644 (file)
         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>
index ce212fff6ba8f3cc12e84686b864d71154bd4c33..91825abe7a721134097cba46dc42f0da4229124f 100644 (file)
         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>
 
index 890c6087b1f831cd9f26ce8c371c3581a5640493..23cd9bac4c66717df2c5eb0ec44cf1098db70d39 100644 (file)
   <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>
index 6e40f7b875748507955c2a2be1556218abd45001..aa10027072237f951522faaf219e7a023f4a17cf 100644 (file)
 <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>