edgiru / openfire-jappix

Automatically exported from code.google.com/p/openfire-jappix
0 stars 0 forks source link

Doesn't work behind an apache reverse proxy #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use ProxyPass(Reverse) to setup a reverse proxy to jappix
2. Open the interface and see that the address is localhost instead of the 
hoster servername

What is the expected output? What do you see instead?
I want to see the hostname of the server.

What version of the product are you using? On what operating system?
0.0.2 on openfire 3.7.1 on Windows 2008 R2 Standard Server x64

Original issue reported on code.google.com by h3llgh...@gmx.de on 6 Feb 2012 at 1:33

GoogleCodeExporter commented 9 years ago
Why do you use the proxy.

I don't understand this" 2. Open the interface and see that the address is 
localhost instead of the hoster servername" Do you mean the http request is 
rewritten to localhost behind the proxypass?

Please post ur apache config. Did you use Rewrite and ProxyPassReverse  also?
Did you try

SetEnv proxy-nokeepalive 1
SetEnv no-cache 1

?

Original comment by fabismai...@gmail.com on 7 Jun 2013 at 11:29