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...@hyperreal.org on 1998/11/05 05:45:40 UTC

cvs commit: modperl/t/conf httpd.conf-dist

dougm       98/11/04 20:45:39

  Modified:    t/conf   httpd.conf-dist
  Log:
  PerlRequire must now come first (before any Perl*Handler) for 'make test'
  
  Revision  Changes    Path
  1.17      +9 -9      modperl/t/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/modperl/t/conf/httpd.conf-dist,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- httpd.conf-dist	1998/10/30 04:37:31	1.16
  +++ httpd.conf-dist	1998/11/05 04:45:39	1.17
  @@ -12,13 +12,6 @@
   
   =cut
   
  -#we do this to test that `PerlSendHeader Off' will work
  -<Files ~ "\.pl$">
  -   PerlHandler          Apache::Registry
  -   PerlSendHeader       On
  -   Options              ExecCGI
  -</Files>
  -
   #make sure all regex stuff works
   #BrowserMatch Mozilla/2 nokeepalive
   
  @@ -47,8 +40,15 @@
   PerlSetEnv KeyForPerlSetEnv OK
   PerlSetVar KeyForPerlSetVar OK
    
  -PerlScript docs/startup.pl
  -PerlScript docs/stacked.pl
  +PerlRequire docs/startup.pl
  +PerlRequire docs/stacked.pl
  +
  +#we do this to test that `PerlSendHeader Off' will work
  +<Files ~ "\.pl$">
  +   PerlHandler          Apache::Registry
  +   PerlSendHeader       On
  +   Options              ExecCGI
  +</Files>
   
   Alias /perl/ ./t/net/perl/
   Alias /perl_xs/ ./t/net/perl/