You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2002/02/26 20:12:04 UTC

cvs commit: modperl-2.0/t/conf extra.conf.in

dougm       02/02/26 11:12:04

  Modified:    t/conf   extra.conf.in
  Log:
  configuration for mod_include+mod_perl test
  
  Revision  Changes    Path
  1.2       +12 -0     modperl-2.0/t/conf/extra.conf.in
  
  Index: extra.conf.in
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/conf/extra.conf.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- extra.conf.in	6 Sep 2001 04:58:43 -0000	1.1
  +++ extra.conf.in	26 Feb 2002 19:12:04 -0000	1.2
  @@ -1,3 +1,15 @@
   # make sure that we test under Taint mode
   PerlSwitches -T
   
  +#for t/modules/include.t
  +<Directory @ServerRoot@/htdocs/includes>
  +    AddOutputFilter INCLUDES .shtml
  +    Options Indexes FollowSymLinks IncludesNoExec
  +</Directory>
  +
  +<Directory @ServerRoot@/htdocs/includes-registry>
  +    SetHandler perl-script
  +    Options +ExecCGI
  +    PerlResponseHandler ModPerl::Registry
  +    PerlOptions +ParseHeaders
  +</Directory>