[make test warns] mod_perl/mod_ssl

2000-03-30 Thread Stas Bekman
It seems that mod_ssl obsoletes gcache (see http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/CHANGES) Therefore 'make test' warns when starting the test server: will write error_log to: t/logs/error_log letting apache warm up...\c [Thu Mar 30 14:46:51 2000] [warn] mod_ssl:Compat: OBSOLETE

Re: [make test warns] mod_perl/mod_ssl

2000-03-30 Thread Doug MacEachern
httpd.conf should have: IfModule mod_ssl.c SSLDisable SSLSessionCache none /IfModule ok, applied, thanks!