Hello Girish,
I am not sure setting up a proxy on the same host as zeppelin and the web
brower is releavant because your websocket will be able to bypass the proxy.
Here is what I get :
GET http://public.hostname/ws ==> return 200. I can see the "zeppelin
Jetty" in the response header
then I
I am using apache 2.4 on a different server than zeppelin. I get a message
In My firefox saying it cannot connect to ws://host/ws
Maybe an issue with the headers and origins ?
Le 19 déc. 2015 6:54 AM, "Hyung Sung Shim" a écrit :
> Hello vincent gromakowski.
>
> What version httpd are you using?
>
Hello vincent gromakowski.
What version httpd are you using?
Under httpd2.4 does not support WebSocket.
So you can consider https://github.com/disconnect/apache-websocket.
Thanks.
2015-12-18 21:26 GMT-08:00 Girish Reddy :
> I have setup apache reverse proxy on the same host as zeppelin and am a
I have setup apache reverse proxy on the same host as zeppelin and am able
to access apache url (localhost:80) to get redirected to zeppelin
(localhost:9090). Here's my apache conf file contents:
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://localhost:9090/
ProxyPas
I am trying to make Zeppelin work behind an Apache reverse proxy that would
deal with user authentication but I have issues with the websocket.
Please could you provide me some examples of Apache configuration files
that would work in reverse proxy ?