You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/01/29 16:43:14 UTC

cvs commit: modperl-docs/src/docs/1.0/guide config.pod

stas        02/01/29 07:43:13

  Modified:    src/docs/1.0/guide config.pod
  Log:
  - missing +ExecCGI
  
  Revision  Changes    Path
  1.2       +1 -0      modperl-docs/src/docs/1.0/guide/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.pod	6 Jan 2002 16:54:56 -0000	1.1
  +++ config.pod	29 Jan 2002 15:43:13 -0000	1.2
  @@ -448,6 +448,7 @@
     Alias /cgi-bin /home/httpd/cgi-bin
     <Location /cgi-bin>
       SetHandler cgi-script
  +    Options +ExecCGI
     </Location>
   
   where latter directive invokes mod_cgi. You shouldn't use the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org