You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2011/01/20 18:57:54 UTC

svn commit: r1061423 - in /httpd/httpd/trunk/docs/manual: env.xml glossary.xml howto/cgi.xml mod/mod_cgi.xml

Author: igalic
Date: Thu Jan 20 17:57:53 2011
New Revision: 1061423

URL: http://svn.apache.org/viewvc?rev=1061423&view=rev
Log:
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

Modified:
    httpd/httpd/trunk/docs/manual/env.xml
    httpd/httpd/trunk/docs/manual/glossary.xml
    httpd/httpd/trunk/docs/manual/howto/cgi.xml
    httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml

Modified: httpd/httpd/trunk/docs/manual/env.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.xml?rev=1061423&r1=1061422&r2=1061423&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml (original)
+++ httpd/httpd/trunk/docs/manual/env.xml Thu Jan 20 17:57:53 2011
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/glossary.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/glossary.xml?rev=1061423&r1=1061422&r2=1061423&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/glossary.xml (original)
+++ httpd/httpd/trunk/docs/manual/glossary.xml Thu Jan 20 17:57:53 2011
@@ -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>
 

Modified: httpd/httpd/trunk/docs/manual/howto/cgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/cgi.xml?rev=1061423&r1=1061422&r2=1061423&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/cgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/cgi.xml Thu Jan 20 17:57:53 2011
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml?rev=1061423&r1=1061422&r2=1061423&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cgi.xml Thu Jan 20 17:57:53 2011
@@ -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>