Configure Apache Web Server for Websockets using Reverse Proxy This article provides basic steps to configure Apache Web Server to work with Websockets. We recently created a Spring based web application that uses web sockets for live streaming of data from the Tomcat 8.x server. Everything was working fine with localhost or…