dougm 02/03/29 17:41:10
Modified: perl-framework/t/conf/ssl proxyssl.conf.in
Log:
move the SSLProxy directives inside the VirtualHost
Revision Changes Path
1.3 +8 -7 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- proxyssl.conf.in 30 Mar 2002 00:24:28 -0000 1.2
+++ proxyssl.conf.in 30 Mar 2002 01:41:10 -0000 1.3
@@ -1,13 +1,14 @@
<IfModule mod_proxy.c>
- #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>
-
<VirtualHost proxyssl>
+ #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>
+
+
ProxyPass / https://@proxyssl_url@/
ProxyPassReverse / https://@proxyssl_url@/
</VirtualHost>