My experience with running it that way is websockets don't get proxied through Apache. I haven't found a resolution and the workarounds I found didn't work for me. Only Firefox worked when running it with Apache in front.
-Cathy On Mar 7, 2012, at 8:54 AM, Ben Hegarty wrote: > Hi Guys, > Recently I've been trying to set up a WIAB server behind an apache server > by forwarding the wave.<mydomain>.com subdomain to the 9898 port in WIAB, > it seems to be ok accept for the fact that when I log in I can't see new > waves in the inbox and the welcome wave never loads.. > > The apache config I'm using is... > <VirtualHost *:80> > ServerAdmin [email protected] > ServerName wave.greycells.eu > ProxyPreserveHost On > ProxyRequests Off > > # setup the proxy > <Proxy *> > Order allow,deny > Allow from all > </Proxy> > ProxyPass / http://localhost:9898/ > ProxyPassReverse / http://localhost:9898/ > </VirtualHost> > > I was just wondering if anyone else has seen this problem or might know > whats causes it.. > Regards > Ben
