Using JWChate with ejabberd RewriteRuler not working in Apache

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 http://jwchat.learnubuntu.org:5280/http-poll and i get a response
but the redirect http://jwchat.learnubuntu.org/http-poll comes up with the 403 Forbidden error and my apache2 error logs
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/ http://jwchat.learnubuntu.org:5280/http-poll/ [P]

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

Syndicate content