diff options
Diffstat (limited to 'docs/manual/mod/mod_cgi.html.en')
-rw-r--r-- | docs/manual/mod/mod_cgi.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en index 769dca986f..1a3fd46938 100644 --- a/docs/manual/mod/mod_cgi.html.en +++ b/docs/manual/mod/mod_cgi.html.en @@ -71,14 +71,14 @@ <li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code></li> <li><a href="../suexec.html">Running CGI programs under different user IDs</a></li> -<li><a href="http://hoohoo.ncsa.uiuc.edu/cgi/">CGI Specification</a></li> +<li><a href="http://www.ietf.org/rfc/rfc3875">CGI Specification</a></li> </ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="env" id="env">CGI Environment variables</a></h2> <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> |