Tips : how to use the presence plugin on 80 instead 9090 with mod_rewrite

sorry for my english[/i]

Hello,

in my compagny, the DMZs don’'t allow the presence display (port 9090)

so, this is my httpd.conf

servername jabber.my.company

ProxyVia On

RewriteEngine On

RewriteConf % ^/plugins/presence/status

RewriteRule ^/(.*) http://jabber.my.company:9090/$1

[/code]

and it works wery well, I can display the presence with :

!http://jabber.my.company/plugins/presence/status?jid=…![/code]

Apache must have mod_rewrite, mod_proxy and mod_proxy_http

Yannick

Thanks! I’'ll add this information to the presence plugin readme.

Regards,

Matt

Hi Matt,

I notice that you still run the plugin in port 9090 … and we know that this is not a good solution.

LG