Re: mod_proxy_wstunnel with Unix domain sockets

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hmmm... let me look. 

What version of httpd are you using?

> On May 21, 2016, at 3:43 PM, Michael Fladischer <michael@xxxxxxxx> wrote:
> 
> Hi folks,
> 
> I have a Python ornado base websocket application that listens on a
> Unix domain socket. It was initially written to work with nginx as its
> frontend webserver.
> 
> Now i'm trying to make it work with Apache but it seems that
> mod_proxy_wstunnel is not meant to work with Unix domain sockets.
> 
> What I tried so far in my configuration:
> 
> ProxyPass "/ws" "unix:/tmp/app.sock|ws://example.com/ws"
> 
> When I try to call this websocket endpoint with curl this shows up in
> the Apache error log:
> 
> AH01144: No protocol handler was valid for the URL /ws. If you are
> using a DSO version of mod_proxy, make sure the proxy submodules are
> included in the configuration using LoadModule.
> 
> There seems to be a problem with URL parsing somewhere in the proxy
> system. mod_proxy.so and mod_proxy_wstunnel.so are both loaded.
> 
> Does anyone have an idea what needs to be changed to make this work?
> 
> Cheers,
> -- 
> Michael Fladischer
> Fladi.at
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux