dougm       00/03/30 11:59:19

  Modified:    .        Changes
               t/conf   httpd.conf-dist
  Log:
  update mod_ssl config for 'make test'
  
  Revision  Changes    Path
  1.447     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.446
  retrieving revision 1.447
  diff -u -r1.446 -r1.447
  --- Changes   2000/03/30 19:41:24     1.446
  +++ Changes   2000/03/30 19:59:16     1.447
  @@ -10,6 +10,9 @@
   
   =item 1.22_01-dev
   
  +update mod_ssl config for 'make test'
  +[Stas Bekman <[EMAIL PROTECTED]>]
  +
   reset the stack pointer after calling perl_require_module() in
   perl_call_handler().  this fix will most likely cure the reports of
   "Can't upgrade that kind of scalar at ..."
  
  
  
  1.31      +1 -2      modperl/t/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /home/cvs/modperl/t/conf/httpd.conf-dist,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- httpd.conf-dist   2000/03/30 06:04:46     1.30
  +++ httpd.conf-dist   2000/03/30 19:59:17     1.31
  @@ -275,8 +275,7 @@
   
   <IfModule mod_ssl.c>
   SSLDisable
  -SSLCacheServerPath /tmp
  -SSLCacheServerPort /tmp/gcache_port
  +SSLSessionCache none
   </IfModule>
   
   <Location /status>
  
  
  

Reply via email to