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

2002-02-26 Thread dougm

dougm   02/02/26 11:12:04

  Modified:t/conf   extra.conf.in
  Log:
  configuration for mod_include+mod_perl test
  
  Revision  ChangesPath
  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 -   1.1
  +++ extra.conf.in 26 Feb 2002 19:12:04 -  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
  
  
  



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

2001-09-05 Thread stas

stas01/09/05 21:58:43

  Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm
  Added:   t/conf   extra.conf.in
  Log:
  put -T switch into the correct config file
  
  Revision  ChangesPath
  1.53  +0 -3  httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
  
  Index: TestConfig.pm
  ===
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- TestConfig.pm 2001/09/06 02:36:44 1.52
  +++ TestConfig.pm 2001/09/06 04:58:43 1.53
  @@ -940,9 +940,6 @@
   
   HostnameLookups Off
   
  -# make sure that we test under Taint mode
  -PerlSwitches -T
  -
   Directory /
   Options FollowSymLinks
   AllowOverride None
  
  
  
  1.1  modperl-2.0/t/conf/extra.conf.in
  
  Index: extra.conf.in
  ===
  # make sure that we test under Taint mode
  PerlSwitches -T