Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I am developing a Rails application that make use of websockets. In my development environment everything was working and all browsers were able to handle data pushed from my Thin Rails server.

Unfortunately it is not working on the server. The server currently runs Apache2 that is supposed to proxy websockets to Thin which runs on 127.0.0.1:3000. I installed mod_websocket but I am not sure how to configure it. What should be the values pf WebSocketHandler and SetHandler?. Should I also configure WebSocketTcpProxyBase64, WebSocketTcpProxyHost, WebSocketTcpProxyPort and WebSocketTcpProxyProtocol?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.