Shouldn't this directive: "ProxyPassMatch ^/(.*\websocket)$ ws://10.x.x.x:80/$1"
must be defined before "ProxyPass / http://..." for it to not be ignored ? 2017-05-12 15:34 GMT+02:00 Vinod Mulani <[email protected]>: > In terms of intent, two application servers are load balanced by apache > which upgrade their http connection to ws connection when the requested url > has the string websocket towards the end of the url. > > I have attempted proxypassmatch for the upgrade and used the ROUTEID > session would forward the request to the appropriate application server. > > Based on the valuable inputs, it seems that the ws request url is > incomplete. > > > > On Fri, May 12, 2017 at 6:46 PM, Eric Covener <[email protected]> wrote: > >> On Fri, May 12, 2017 at 9:10 AM, Vinod Mulani <[email protected]> wrote: >> > Would there be any workaround to accomplish this type of task ? Would be >> > good to know. >> >> >> I can't really tell what the intent is. It probably belongs in the >> ProxyPassMatch 2nd parm as opposed to the balancer definition. >> >> -- >> Eric Covener >> [email protected] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > -- *Daniel Ferradal* IT Specialist email dferradal at gmail.com linkedin es.linkedin.com/in/danielferradal
