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/07/13 02:06:20 UTC

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

dougm       98/07/12 17:06:20

  Modified:    t/conf   httpd.conf-win32
  Log:
  the Files *.ehtml caused access violation under win32
  
  Revision  Changes    Path
  1.3       +5 -8      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- httpd.conf-win32	1998/04/26 00:32:21	1.2
  +++ httpd.conf-win32	1998/07/13 00:06:19	1.3
  @@ -263,12 +263,9 @@
   
   #HTML::Embperl
   
  -<Files *.ehtml>
  +<Files ~ "\.ehtml$">
  +SetHandler perl-script
  +PerlHandler HTML::Embperl
  +Options +ExecCGI
  +</Files>  
   
  -    SetHandler perl-script
  -
  -    PerlHandler HTML::Embperl
  -
  -    Options ExecCGI
  -
  -</Files>