websockets connections fail with apache and Ratchet
I wrote a php websockets server using the library Ratchet that I call with javascript using the websocket object. Everything worked perfectly locally but it was impossible to run my project on my Debian server under apache. To enable websocket…