Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




IP appearing in urls : issues when using a proxy

web-app

Hello,

We've installed Gemini on a machine in our intranet, it's IP is 192.168.1.201. We'd like to understand which code makes urls contain IP address of the machine and what to change for it to work in our case : it's causing us an issue when accessing the machine from outdoors using Apache as a reverse proxy : client asks for http://myserver/Gemini, this gets redirected by proxy pass rule to http://192.168.1.201/Gemini. There is also a proxy pass reverse configuration.

Example of a typically broken url : image for priority on project roadmap (project then third tab) : http://192.168.1.201/Gemini/images/Priority_Medium.png

The same issue applies to Atlas product, where it's really annoying : on question list, link to some question looks like "http://192.168.1.201/atlas/questions/8/que-doit-g%c3%a9n%c3%a9rer-le-tabmanager/", which renders Atlas unusable :-(

Thank you very much.

Barbara Post
· 50
Barbara Post
Replies (4)
helpful
0
not helpful
ANSWER

Please check the full Gemini settings in the Administration --> General page. If that is correct please update the gemini_applicationsettings table and set the AlwaysUseFullGeminiURL to YES.


Simran
· 1762
Simran
helpful
0
not helpful

Thank you, with this correctly set, images urls aren't broken in Gemini anymore. So it's fixed.

Can you give me indications regarding Atlas please ? Thank you again.


Barbara Post
· 50
Barbara Post
helpful
0
not helpful

Unfortunately there is no fix for this in Atlas.


Simran
· 1762
Simran
helpful
0
not helpful

Hmm, thanks for this answer, but would this mean the product has "bad design" ? Can you explain the need of using absolute urls anyway ? I am a web applications developper and generally use relative urls...

Is there something I could do regarding the code ? (download, modify and recompile).


Barbara Post
· 50
Barbara Post