diff options
author | Igor Galić <igalic@apache.org> | 2011-01-20 19:02:36 +0100 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2011-01-20 19:02:36 +0100 |
commit | 0122ad946d105b7a885e5e157e97d507232e32ef (patch) | |
tree | 6373b86b0af87ec4beedae6809e833d405c3147b /docs/manual/glossary.html.en | |
parent | Weeding out some old references. Replacing w3.org/cgi with link to CGI RFC. (diff) | |
download | apache2-0122ad946d105b7a885e5e157e97d507232e32ef.tar.xz apache2-0122ad946d105b7a885e5e157e97d507232e32ef.zip |
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1061428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/glossary.html.en')
-rw-r--r-- | docs/manual/glossary.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 9fd11ddcdd..69a7fffaff 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -116,8 +116,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> |