https://bz.apache.org/bugzilla/show_bug.cgi?id=58526
Bug ID: 58526
Summary: Make mod_proxy_wstunnel.c generic to accept more
upgrades like "jboss-remoting"
Product: Apache httpd-2
Version: 2.4.16
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_wstunnel
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33197
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33197&action=edit
jboss-remoting patch for wstunnel
I'm trying to use Apache HTTPD 2.4.x in order to proxy a incoming connection to
port 443 to another IP/PORT used by Wildfly 8 (JBoss) that listens to an
upgraded http connection.
I managed to do this after applying the attached patch, with the following
rewrite rule:
RewriteCond %{HTTP:Upgrade} jboss-remoting [NC]
RewriteRule ^/(.*)$ ws://ip:port [P]
Please make this more generic, and include it in the mainstream release since a
lot more people would use it. (at least the JBoss/Wildfly guys).
There is so little work to do...
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]