dougm 02/04/03 09:39:53
Modified: perl-framework/t/conf/ssl proxyssl.conf.in
Log:
use SSLProxyCARevocationPath
Revision Changes Path
1.9 +1 -1 httpd-test/perl-framework/t/conf/ssl/proxyssl.conf.in
Index: proxyssl.conf.in
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/conf/ssl/proxyssl.conf.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- proxyssl.conf.in 2 Apr 2002 22:09:16 -0000 1.8
+++ proxyssl.conf.in 3 Apr 2002 17:39:53 -0000 1.9
@@ -37,7 +37,7 @@
SSLProxyMachineCertificatePath @SSLCA@/asf/proxy
SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
SSLProxyVerify on
- SSLProxyCARevocationFile @SSLCA@/asf/crl/ca-bundle.crl
+ SSLProxyCARevocationPath @SSLCA@/asf/crl
</IfDefine>