You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/10/23 12:30:57 UTC

[Bug 58526] New: Make mod_proxy_wstunnel.c generic to accept more upgrades like "jboss-remoting"

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: bugs@httpd.apache.org
          Reporter: andrei-vlad.matei@hpe.com

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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 58526] Make mod_proxy_wstunnel.c generic to accept more upgrades like "jboss-remoting"

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58526

Andrei Vlad Matei <an...@hpe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei-vlad.matei@hpe.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 58526] Make mod_proxy_wstunnel.c generic to accept more upgrades like "jboss-remoting"

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58526

Yann Ylavic <yl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Yann Ylavic <yl...@gmail.com> ---
Well, we could also rename the module mod_proxy_jboss_remoting...

If all is need to make Wildfly work is s/WebSocket/jboss-remoting/g, I think
you should propose them to use the RFC-defined and widely used name instead fo
their product.

Meanwhile, this is not a suitable httpd feature.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org