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/09/18 02:15:17 UTC

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

dougm       98/09/17 17:15:17

  Modified:    t/conf   httpd.conf-win32
  Log:
  add config for win32 nmake test
  
  Revision  Changes    Path
  1.6       +4 -0      modperl/t/conf/httpd.conf-win32
  
  Index: httpd.conf-win32
  ===================================================================
  RCS file: /export/home/cvs/modperl/t/conf/httpd.conf-win32,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- httpd.conf-win32	1998/07/23 14:36:29	1.5
  +++ httpd.conf-win32	1998/09/18 00:15:17	1.6
  @@ -69,6 +69,10 @@
   PerlSetupEnv Off
   </Location>
   
  +<Location /dirmagic>
  +PerlHandler My::DirIndex
  +</Location>
  +
   <Location /perl>
   
   SetHandler perl-script