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