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
'SSLCacheServerPath /tmp' => Use SSLSessionCache instead
[Thu Mar 30 14:46:51 2000] [warn] mod_ssl:Compat: OBSOLETE
'SSLCacheServerPort /tmp/gcache_port' => Use SSLSessionCache instead
done

httpd.conf should have:

<IfModule mod_ssl.c>
SSLDisable
SSLSessionCache none
</IfModule>

or alike, instead of:

<IfModule mod_ssl.c>
SSLDisable
SSLCacheServerPath /tmp
SSLCacheServerPort /tmp/gcache_port
</IfModule>

to avoid these warnings.

[os: linux RH6.1 perl 5.003 mod_perl-1.22 apache-1.3.12
mod_ssl-2.6.2-1.3.12 openssl-0.9.5]


______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide http://perl.apache.org/guide/ 
mailto:[EMAIL PROTECTED]  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------



Reply via email to