You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/08/21 17:44:44 UTC

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

slive       2002/08/21 08:44:44

  Modified:    docs/manual/mod mod_include.xml mod_include.html.en
  Log:
  Mention that exec requires mod_cgi.
  
  PR: 10574
  
  Revision  Changes    Path
  1.13      +2 -1      httpd-2.0/docs/manual/mod/mod_include.xml
  
  Index: mod_include.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -d -b -u -r1.12 -r1.13
  --- mod_include.xml	2 Aug 2002 04:35:22 -0000	1.12
  +++ mod_include.xml	21 Aug 2002 15:44:43 -0000	1.13
  @@ -152,7 +152,8 @@
   
         <dd>
           The exec command executes a given shell command or CGI
  -        script. The IncludesNOEXEC <directive
  +        script. It requires <module>mod_cgi</module> to be present
  +        in the server.  The IncludesNOEXEC <directive
           module="core">Option</directive> disables this command
           completely. The valid attributes are: 
   
  
  
  
  1.7       +2 -1      httpd-2.0/docs/manual/mod/mod_include.html.en
  
  Index: mod_include.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.html.en,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- mod_include.html.en	2 Aug 2002 04:35:22 -0000	1.6
  +++ mod_include.html.en	21 Aug 2002 15:44:43 -0000	1.7
  @@ -140,7 +140,8 @@
   
         <dd>
           The exec command executes a given shell command or CGI
  -        script. The IncludesNOEXEC <a href="../mod/core.html#option" class="directive"><code class="directive">Option</code></a> disables this command
  +        script. It requires <code><a href="../mod/mod_cgi.html">mod_cgi</a></code> to be present
  +        in the server.  The IncludesNOEXEC <a href="../mod/core.html#option" class="directive"><code class="directive">Option</code></a> disables this command
           completely. The valid attributes are: 
   
           <dl>