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...@postman.hyperreal.org on 1998/08/25 20:49:50 UTC

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

dougm       98/08/25 11:49:50

  Modified:    .        Changes
               t/conf   httpd.conf-dist
  Log:
  add config for mod_ssl and 'make test'
  
  Revision  Changes    Path
  1.111     +2 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /export/home/cvs/modperl/Changes,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- Changes	1998/08/13 03:19:36	1.110
  +++ Changes	1998/08/25 18:49:48	1.111
  @@ -8,6 +8,8 @@
   
   =item 1.15_01-dev
   
  +add config for mod_ssl and 'make test' [Lupe Christoph <lu...@alanya.m.isar.de>]
  +
   PerlInitHandler is now aliased to PerlPostReadRequestHandler when
   configured a the "top-level", that is, not within any Location,
   Directory or Files, where it is still aliased to
  
  
  
  1.12      +6 -0      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- httpd.conf-dist	1998/07/30 15:37:28	1.11
  +++ httpd.conf-dist	1998/08/25 18:49:49	1.12
  @@ -227,6 +227,12 @@
   SSLCacheServerPort /tmp/gcache_port
   </IfModule>
   
  +<IfModule mod_ssl.c>
  +SSLDisable
  +SSLCacheServerPath /tmp
  +SSLCacheServerPort /tmp/gcache_port
  +</IfModule>
  +
   <Location /status>
   SetHandler server-status
   </Location>