You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2002/08/20 22:51:13 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_cgi.xml mod_cgi.html.en

kess        2002/08/20 13:51:13

  Modified:    docs/manual/mod mod_cgi.xml mod_cgi.html.en
  Log:
  added context 'virtual host'
  
  Revision  Changes    Path
  1.6       +9 -6      httpd-2.0/docs/manual/mod/mod_cgi.xml
  
  Index: mod_cgi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgi.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_cgi.xml	13 Jun 2002 02:35:57 -0000	1.5
  +++ mod_cgi.xml	20 Aug 2002 20:51:13 -0000	1.6
  @@ -19,7 +19,7 @@
       <code>cgi-script</code> (Apache 1.1 or later) will be treated
       as a CGI script, and run by the server, with its output being
       returned to the client. Files acquire this type either by
  -    having a name containing an extension defined by the 
  +    having a name containing an extension defined by the
       <directive module="mod_mime">AddType</directive> directive, or by being
       in a <directive module="mod_alias">ScriptAlias</directive>
       directory.</p>
  @@ -34,7 +34,7 @@
       our tutorial on <a href="../howto/cgi.html">Dynamic Content
       With CGI</a>.</p>
   
  -    <p>When using a multi-threaded MPM under unix, the module 
  +    <p>When using a multi-threaded MPM under unix, the module
       <module>mod_cgid</module> should be used in place of
       this module. At the user level, the two modules are essentially
       identical.</p>
  @@ -131,7 +131,8 @@
   <name>ScriptLog</name>
   <description>Location of the CGI script error logfile</description>
   <syntax>ScriptLog <em>file-path</em></syntax>
  -<contextlist><context>server config</context></contextlist>
  +<contextlist><context>server config</context>
  +<context>virtual host</context></contextlist>
   <modulelist><module>mod_cgi</module><module>mod_cgid</module>
   </modulelist>
   
  @@ -169,7 +170,8 @@
   <description>Size limit of the CGI script logfile</description>
   <syntax>ScriptLogLength <em>bytes</em></syntax>
   <default>ScriptLogLength 10385760</default>
  -<contextlist><context>server config</context></contextlist>
  +<contextlist><context>server config</context>
  +<context>virtual host</context></contextlist>
   <modulelist><module>mod_cgi</module><module>mod_cgid</module>
   </modulelist>
   
  @@ -190,7 +192,8 @@
   in the scriptlog</description>
   <syntax>ScriptLogBuffer <em>bytes</em></syntax>
   <default>ScriptLogBuffer 1024</default>
  -<contextlist><context>server config</context></contextlist>
  +<contextlist><context>server config</context>
  +<context>virtual host</context></contextlist>
   <modulelist><module>mod_cgi</module><module>mod_cgid</module>
   </modulelist>
   
  @@ -203,4 +206,4 @@
   </usage>
   </directivesynopsis>
   
  -</modulesynopsis>
  +</modulesynopsis>
  \ No newline at end of file
  
  
  
  1.7       +5 -5      httpd-2.0/docs/manual/mod/mod_cgi.html.en
  
  Index: mod_cgi.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgi.html.en,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_cgi.html.en	2 Aug 2002 04:35:22 -0000	1.6
  +++ mod_cgi.html.en	20 Aug 2002 20:51:13 -0000	1.7
  @@ -15,7 +15,7 @@
       <code>cgi-script</code> (Apache 1.1 or later) will be treated
       as a CGI script, and run by the server, with its output being
       returned to the client. Files acquire this type either by
  -    having a name containing an extension defined by the 
  +    having a name containing an extension defined by the
       <a href="../mod/mod_mime.html#addtype" class="directive"><code class="directive">AddType</code></a> directive, or by being
       in a <a href="../mod/mod_alias.html#scriptalias" class="directive"><code class="directive">ScriptAlias</code></a>
       directory.</p>
  @@ -30,7 +30,7 @@
       our tutorial on <a href="../howto/cgi.html">Dynamic Content
       With CGI</a>.</p>
   
  -    <p>When using a multi-threaded MPM under unix, the module 
  +    <p>When using a multi-threaded MPM under unix, the module
       <code><a href="../mod/mod_cgid.html">mod_cgid</a></code> should be used in place of
       this module. At the user level, the two modules are essentially
       identical.</p>
  @@ -113,7 +113,7 @@
   <hr><h2><a name="ScriptLog">ScriptLog</a> <a name="scriptlog">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: 
                     </strong></td><td>Location of the CGI script error logfile</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                     </a></td><td>ScriptLog <em>file-path</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
  -                  </a></td><td>server config</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
  +                  </a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                     </a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:
                     </a></td><td><code><a href="../mod/mod_cgi.html">mod_cgi</a></code>, <code><a href="../mod/mod_cgid.html">mod_cgid</a></code></td></tr></table></td></tr></table>
       <p>The <code class="directive">ScriptLog</code> directive sets the CGI
  @@ -145,7 +145,7 @@
   in the scriptlog</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                     </a></td><td>ScriptLogBuffer <em>bytes</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: 
                       </a></td><td><code>ScriptLogBuffer 1024</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
  -                  </a></td><td>server config</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
  +                  </a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                     </a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:
                     </a></td><td><code><a href="../mod/mod_cgi.html">mod_cgi</a></code>, <code><a href="../mod/mod_cgid.html">mod_cgid</a></code></td></tr></table></td></tr></table>
       <p>The size of any PUT or POST entity body that is logged to
  @@ -157,7 +157,7 @@
                     </strong></td><td>Size limit of the CGI script logfile</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                     </a></td><td>ScriptLogLength <em>bytes</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: 
                       </a></td><td><code>ScriptLogLength 10385760</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
  -                  </a></td><td>server config</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
  +                  </a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                     </a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:
                     </a></td><td><code><a href="../mod/mod_cgi.html">mod_cgi</a></code>, <code><a href="../mod/mod_cgid.html">mod_cgid</a></code></td></tr></table></td></tr></table>
       <p><code class="directive">ScriptLogLength</code> can be used to limit the