diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 10:03:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 10:03:20 +0000 |
commit | 1ecda73aa336bdd471372110b58101f9bd23c059 (patch) | |
tree | 29af5ecf055bc027c161ceb0f02d39d41188f316 /debian/perl-framework/t/conf/ssl | |
parent | Merging upstream version 2.4.59. (diff) | |
download | apache2-1ecda73aa336bdd471372110b58101f9bd23c059.tar.xz apache2-1ecda73aa336bdd471372110b58101f9bd23c059.zip |
Merging debian version 2.4.59-1~deb12u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/perl-framework/t/conf/ssl')
-rw-r--r-- | debian/perl-framework/t/conf/ssl/proxyssl.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/perl-framework/t/conf/ssl/proxyssl.conf.in b/debian/perl-framework/t/conf/ssl/proxyssl.conf.in index 3c86c13..161385b 100644 --- a/debian/perl-framework/t/conf/ssl/proxyssl.conf.in +++ b/debian/perl-framework/t/conf/ssl/proxyssl.conf.in @@ -51,6 +51,8 @@ ProxyPass / https://@proxyssl_url@/ ProxyPassReverse / https://@proxyssl_url@/ + + ProxyPass /proxy/wsoc wss://localhost:@proxy_https_https_port@/modules/lua/websockets.lua </VirtualHost> #here we can test http <-> https using SSLProxyMachine* inside <Proxy> @@ -118,7 +120,6 @@ ProxyPass / http://@servername@:@port@/ ProxyPassReverse / http://@servername@:@port@/ </VirtualHost> - </IfModule> </IfModule> |