Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 13:27:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229978] Apache module proxy_wstunnel_module does not work
Message-ID:  <bug-229978-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229978

            Bug ID: 229978
           Summary: Apache module proxy_wstunnel_module does not work
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: 000.fbsd@quip.cz

I tired to setup Apache wit ProxyPass to websockets but even if all required
modules are loaded it does not work and I see this in log:

AH01144: No protocol handler was valid for the URL /socket.io/ (scheme 'ws'=
).
If you are using a DSO version of mod_proxy, make sure the proxy submodules=
 are
included in the configuration using LoadModule.


# httpd -M | grep proxy
 proxy_module (shared)
 proxy_http_module (shared)
 proxy_fcgi_module (shared)
 proxy_wstunnel_module (shared)

The line in VirtualHost config is following:

    ProxyPass /         ws://localhost:10001/

I found a similar problem report for Debian.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D880195

Is there a way to fix it for FreeBSD?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229978-7788>