slive 00/11/12 15:54:17
Modified: htdocs/manual index.html htdocs/manual/mod mod_cgi.html htdocs/manual/howto cgi.html Log: Link up the cgi tutorial. I'm done for now if anyone else wants to take a crack at it. I'll probably change CGI script back to CGI program in a couple days unless someone objects. Revision Changes Path 1.43 +2 -0 httpd-docs-1.3/htdocs/manual/index.html Index: index.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/index.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- index.html 2000/11/12 20:41:11 1.42 +++ index.html 2000/11/12 23:54:17 1.43 @@ -136,6 +136,8 @@ </td></tr><tr><td> <a href="howto/ssi.html">Server Side Includes</a> </td></tr><tr><td> +<a href="howto/cgi.html">Dynamic Content with CGI</a> +</td></tr><tr><td> <A HREF="handler.html">Handlers</A> </td></tr><tr><td> <A HREF="content-negotiation.html">Content negotiation</A> 1.22 +4 -0 httpd-docs-1.3/htdocs/manual/mod/mod_cgi.html Index: mod_cgi.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_cgi.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mod_cgi.html 2000/10/01 02:37:21 1.21 +++ mod_cgi.html 2000/11/12 23:54:17 1.22 @@ -59,6 +59,10 @@ value of the <A HREF="core.html#documentroot">DocumentRoot</A> configuration variable. +<p>For an introduction to using CGI scripts with Apache, see +our tutorial on <a href="../howto/cgi.html">Dynamic Content +with CGI</a>.</p> + <h2>Directives</h2> <ul> 1.4 +16 -0 httpd-docs-1.3/htdocs/manual/howto/cgi.html Index: cgi.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/cgi.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cgi.html 2000/11/12 22:46:49 1.3 +++ cgi.html 2000/11/12 23:54:17 1.4 @@ -78,6 +78,22 @@ <h2><a name="dynamic content with cgi">Dynamic Content with CGI</a></h2> +<table border="1"> +<tr><td valign="top"> +<strong>Related Modules</strong><br><br> + +<a href="../mod/mod_alias.html">mod_alias</a><br> +<a href="../mod/mod_cgi.html">mod_cgi</a><br> + +</td><td valign="top"> +<strong>Related Directives</strong><br><br> + +<a href="../mod/mod_mime.html#addhandler">AddHandler</a><br> +<A HREF="../mod/core.html#options">Options</a><br> +<a href="../mod/mod_alias.html#scriptalias">ScriptAlias</a><br> + +</td></tr></table> + <p>The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs. It is the simplest, and most common, way to put dynamic content on your web