El 07/03/12 14:54, Ben Hegarty escribió: > 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 >
Hi there: I've just found this: http://blog.alex.org.uk/2012/02/16/using-apache-websocket-to-proxy-tcp-connection/ Bests, -- Vicente J. Ruiz Jurado http://comunes.org http://ourproject.org http://homes.ourproject.org/~vjrj/blog (@vjrj) "There is a Law of Reversed Effort. The harder we try with the conscious will to do something, the less we shall succeed." [Aldous Huxley]
