Maxim,

I guess you have access to Openmeetings' VM and you have copied this config
from there ?
One thing that I notice in your snippet is that you have 'www.' in the DNS
name which should not be there.

On Mon, Dec 10, 2018 at 10:50 AM Maxim Solodovnik <solomax...@gmail.com>
wrote:

> Hello All,
>
> current Apache config does not proxy websockets for 8.x examples
> I was unable to make it work by adding
>        RewriteEngine On
>        RewriteCond %%{}{HTTP:Connection} Upgrade [NC]
>        RewriteCond %%{}{HTTP:Upgrade} websocket [NC]
>        RewriteRule /(.*) ws://localhost:8088/$1 [P,L]
>        RedirectMatch ^/$ http://www.examples8x.wicket.apache.org
>        ProxyPreserveHost On
>
> Maybe someone else knows how this should be set up?
> If not I'll ask help from INFRA
>
> On Thu, 29 Nov 2018 at 15:31, Maxim Solodovnik <solomax...@gmail.com>
> wrote:
>
> > Hello All,
> >
> > I was able to restart wicket8-examples and no it seems to accessible
> > WebSockets doesn't work
> > I'm going to fix it later today/tomorrow, please write here if you will
> > handle it earlier to avoid double efforts :)
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
> --
> WBR
> Maxim aka solomax
>

Reply via email to