logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Cannot proxy websocket (No protocol handler)
Author
altimitmine



Joined: 13 Sep 2016
Posts: 2
Location: USA

PostPosted: Tue 13 Sep '16 19:25    Post subject: Cannot proxy websocket (No protocol handler) Reply with quote

I am at a bit of a loss here as I believe I am doing this correctly.

Here are the relevant configurations:
Code:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so

And in my virtual host:
Code:
<Location "/socket">
   ProxyPass "ws://127.0.0.1:3380/"
</Location>

Yet, I continue to get this error:
Code:
[Tue Sep 13 13:08:26.953800 2016] [proxy:warn] [pid 6668:tid 856] [client x.x.x.x:xxxxx] AH01144: No protocol handler was valid for the URL /socket/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Mon 19 Sep '16 14:38    Post subject: Reply with quote

What apache version do you use? On What OS do you run your apache?
Back to top
altimitmine



Joined: 13 Sep 2016
Posts: 2
Location: USA

PostPosted: Thu 22 Sep '16 0:52    Post subject: Reply with quote

James Blond wrote:
What apache version do you use? On What OS do you run your apache?


Apache 2.4.23 Win64
[Apache VC14 Binary] 4 Jul '16

Win7 Pro x64
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Tue 11 Oct '16 21:40    Post subject: Reply with quote

As far as I know mod_proxy_wstunnel is not supported on windows.
Back to top


Reply to topic   Topic: Cannot proxy websocket (No protocol handler) View previous topic :: View next topic
Post new topic   Forum Index -> Apache