How to use relative paths in admin console?

Hi,

I have an Openfire installation in a machine with hostname “openfire”.

In the same machine, I have an httpd server that redirects the GET requests from openfire.mydomain.com:80 to openfire:9090.

The problem is that Openfire is using absolute urls and after I login it redirects to http://openfire:9090/index.jsp.

How can I disable this behaviour?

Thanks in advance!

Neuquino

We use an iptables NAT rule to rewrite port 443 packets to 9091 (or 80 to 9090 if we used plain http). It works fine like that.

Are you using mod_proxy with Apache? You may want to look at ProxyPassReverse, or just bypass httpd altogether and do a NAT rule.