diff options
author | Ken Coar <coar@apache.org> | 1998-02-05 21:05:18 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-02-05 21:05:18 +0100 |
commit | 80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7 (patch) | |
tree | d84bf79bbaa000a17174059724a09ff6219e8245 /docs/manual/mod/mod_cgi.html | |
parent | Correct a link that assumed the old documentation tree layout. (diff) | |
download | apache2-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.tar.xz apache2-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.zip |
Another pass at the normalisation of the HTML tags. Some
corrections coming up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cgi.html')
-rw-r--r-- | docs/manual/mod/mod_cgi.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index 2621141e09..f5067393ab 100644 --- a/docs/manual/mod/mod_cgi.html +++ b/docs/manual/mod/mod_cgi.html @@ -14,7 +14,7 @@ > <!--#include virtual="header.html" --> -<h1 ALIGN="CENTER">Module mod_cgi</H1> +<H1 ALIGN="CENTER">Module mod_cgi</H1> This module is contained in the <CODE>mod_cgi.c</CODE> file, and is compiled in by default. It provides for execution of CGI scripts. @@ -23,7 +23,7 @@ processed by this module. <!--%plaintext <?INDEX {\tt application/x-httpd-cgi} mime type> --> <!--%plaintext <?INDEX CGI scripts> --> -<h2>Summary</h2> +<H2>Summary</H2> Any file that has the mime type <CODE>application/x-httpd-cgi</CODE> or handler <CODE>cgi-script</CODE> (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output @@ -37,7 +37,7 @@ When the server invokes a CGI script, it will add a variable called value of the <A HREF="core.html#documentroot">DocumentRoot</A> configuration variable. -<h2>CGI Environment variables</h2> +<H2>CGI Environment variables</H2> 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: @@ -55,7 +55,7 @@ following provisions: <HR> -<h2><A name="cgi_debug">CGI Debugging</A></h2> +<H2><A name="cgi_debug">CGI Debugging</A></H2> Debugging CGI scripts has traditionally been difficult, mainly because it has @@ -68,7 +68,7 @@ more detailed logging of errors when they occur. <HR> -<h2>CGI Logfile Format</h2> +<H2>CGI Logfile Format</H2> When configured, the CGI error log logs any CGI which does not execute properly. Each CGI script which fails to operate causes several lines @@ -111,9 +111,9 @@ anything on standard output or standard error). <HR> -<h2>Directives</h2> +<H2>Directives</H2> -<h3><A name="scriptlog">ScriptLog</A></h3> +<H3><A name="scriptlog">ScriptLog</A></H3> <A HREF="directive-dict.html#Syntax" @@ -153,7 +153,7 @@ running servers. It is not optimized for speed or efficiency, and may have security problems if used in a manner other than that for which it was designed.</P> -<h3><A name="scriptloglength">ScriptLogLength</A></h3> +<H3><A name="scriptloglength">ScriptLogLength</A></H3> <A HREF="directive-dict.html#Syntax" @@ -180,7 +180,7 @@ file. To prevent problems due to unbounded growth, this directive can be used to set an maximum file-size for the CGI logfile. If the file exceeds this size, no more information will be written to it. -<h3><A name="scriptlogbuffer">ScriptLogBuffer</A></h3> +<H3><A name="scriptlogbuffer">ScriptLogBuffer</A></H3> <A HREF="directive-dict.html#Syntax" |