Dear,
I am using apache as a proxy server. I have installed OM on another PC. =
Now I want to forward to that PC from my server. Here is my current =
proxy configuration:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
<VirtualHost *:80>
ProxyPreserveHost On
ProxyRequests Off
ServerName openmeeting.mydomain.com
ServerAlias mydomain.com
ProxyPass / http://192.168.1.113:5080/
ProxyPassReverse / http://192.168.1.113:5080/
</VirtualHost>
# vim: syntax=3Dapache ts=3D4 sw=3D4 sts=3D4 sr noet
192.168.1.113 is the local IP address of the PC which I=E2=80=99ve =
installed OM. Now whenever I visit openmeeting.mydomain.com, my browser =
give me an error:
WebSocket connection to =
'ws://openmeeting.mydomain.com/openmeetings/wicket/websocket?pageId=3D4&w=
icket-ajax-baseurl=3Dhash%3Fsecure%3Db0232e98-1933-4430-bc04-9f86ab7f45db=
%26amp%3Blanguage%3D1&wicket-app-name=3DOpenmeetingsApplication' failed: =
Error during WebSocket handshake: Unexpected response code: 404
What is my problem here and how can I fix it ?
Many thanks.