dougm 02/04/03 15:19:59
Modified: perl-framework/t/conf/ssl proxyssl.conf.in
Log:
wrap all this with ifmodule $ssl_module
Revision Changes Path
1.10 +4 -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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- proxyssl.conf.in 3 Apr 2002 17:39:53 -0000 1.9
+++ proxyssl.conf.in 3 Apr 2002 23:19:59 -0000 1.10
@@ -1,3 +1,5 @@
+<IfModule @ssl_module@>
+
<IfModule mod_proxy.c>
#here we can test http <-> https
@@ -44,5 +46,7 @@
ProxyPass / https://@proxyssl_url@/
ProxyPassReverse / https://@proxyssl_url@/
</VirtualHost>
+
+</IfModule>
</IfModule>