HowTo install GLPI 9.4.4 on NethServer 7.7

A security Update for GLPI latest. Version 9.5.6 is available
Release 9.5.6 · glpi-project/glpi (github.com)

1 Like

already done but thank for the warning :wink:

2 Likes

how exactly can one define a virtual host or reverse proxy of sorts for glpi for that its accessible through glpi.domain.tld instead of domain.tld/glpi

i usualy just use the optional nethserver reverse proxy set name to glpi.domain.tld and destination to http://domain.tld/glpi tick options Require SSL encrypted connection, Accept invalid SSL certificate from target and leave the last option unticked

if i forward http header it does not load,
if i leave it unchecked, then this is what loads
image

When that happens it sometimes can be due to fscgi or not parsing CSS I know there are some work arounds I’ve got some in my notes somewhere I’ll post when I find them

according to my notes the issue can also be caused by redirection if that’s the case you can fix by bellow (this is mainly for reference I cant remember if this was in relation to a debian system or nethserver)

We had resolved the problem using and apache module: mod_substitute. This module change a part of an url to another text, so in our case we substitute the first slash to the external path. To configure this module you have to use the following configuration in your apache conf.

AddOutputFilterByType SUBSTITUTE text/html
         Substitute ‘s|”/|”http://www.externaldomain.com/directory/|in’
         Substitute “s|’/|’http://www.externaldomain.com/directory/|in”
1 Like

some info about fastcgi Nginx Fastcgi Reverse Proxy Cache for PHP (Symfony) | by Stefan Pöltl | Medium

and
https://www.nginx.com/resources/wiki/start/topics/examples/fastcgiexample/

You could write your own apache virtualhost configuration with a custom-template but it is true that it is missing in my module

Hi @stephdl, do you plan to update the module to support multidomain? I would like to use GLPI for more than one location/network with just only one Nethserver/GLPI installation…

I think virtual host is first.
Secondly I think most Nethserver modules are meant for single use. No multi instances.

Could you point me the documentation for multi domain ?

I dont know if this is possible, tought it is because you wrote that your module does not support it…

Ok @oneitonitram asked to use a virtualhost like server.domain.com instead of domain.com/glpi

Does it is what you need ?

1 Like

No sorry, this was a missunderstanding. What I need is to manage the IT-Infrastructure of more than one Company on the same GLPI Installation / Database…

Hello

This is your job, a simple request in google answered a lot of post : glpi multiple companies

Glpi seems ok to handle it but obviously you need to rtfm and come back with tips for others :slight_smile:

https://glpi-project.org/DOC/EN/glpi/administration_entity.html

Look for entité (french word) @fausp

1 Like

yes, that is exactly what i need on my end