Maybe this belong on JWchat site but I saw a few things about this here but the link to the solution did not work :(
I try this url
but the redirect
shows ----------
[Wed Apr 11 20:58:49 2012] [error] [client 192.195.66.129] client denied by server configuration: proxy:http://jwchat.learnubuntu.org:5280/http-poll/
so obviously when i try to use jw chat and login i get a service not available javascript alert message
here is my apache2 reletive config section:
ServerName jwchat.learnubuntu.org
DocumentRoot /var/www/jwchat
Options +Indexes +MultiViews
Order deny,allow
Allow from all
AddDefaultCharset UTF-8
RewriteEngine on
RewriteRule http-poll/
I had added the Order deny, allow and Allow from all but that did not help
Anyone been down thisn path thatb can give me a leg-up on this