You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2007-02-09 21:29:08

kidpollo
Member
Registered: 2007-02-09
Posts: 1

Apache proxy .. path error

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

#2 2007-02-10 02:09:21

MoYo
GLPI - Lead
From: Poitiers
Registered: 2004-09-13
Posts: 14,513
Website

Re: Apache proxy .. path error

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

Board footer

Powered by FluxBB