[Bug 229978] Apache module proxy_wstunnel_module does not work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 23 13:27:23 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229978

            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 at FreeBSD.org
          Reporter: 000.fbsd at 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=880195

Is there a way to fix it for FreeBSD?

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


More information about the freebsd-ports-bugs mailing list