You are not logged in.
Pages: 1
Topic closed
I have a server inside my network with GLPI
My public (public static IP) apache server has a virtualhost so users outside my network can acces GLPI as follows:
<VirtualHost *:80>
ServerName publicserver.com.mx
ServerAlias it.publicserver.com.mx
ProxyPass / http://192.168.1.x/glpi/
ProxyPassReverse / http:/192.168.1.x/glpi
ProxyPreserveHost on
</VirtualHost>
The problem is that glpi uses links using /glpi path so when I use the proxy my web-server ends up searching it.publicserver.com.mx/glpi/glpi/login.php
Is there a way for glpi to handle relative paths?
thanks
Offline
It was because your proxy configuration is wrong.
To be able to map a /rootsite to a / you need to use a proxy-html filter.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Pages: 1
Topic closed