dougm 02/03/29 16:24:28
Modified: perl-framework/t/conf/ssl proxyssl.conf.in
Log:
need SSLProxyEngine On
Revision Changes Path
1.2 +1 -0 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- proxyssl.conf.in 29 Mar 2002 17:12:19 -0000 1.1
+++ proxyssl.conf.in 30 Mar 2002 00:24:28 -0000 1.2
@@ -2,6 +2,7 @@
#these are not on by default in the 1.x based mod_ssl
<IfDefine APACHE2>
+ SSLProxyEngine On
#SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
#SSLProxyVerify on
</IfDefine>