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 2023-11-21 19:20:29

adbuckne
Member
From: NC, USA
Registered: 2018-10-12
Posts: 3

Setup Apache to migrate from Fusion Inventory to GLPI-Agent

Advise needed on how to set up Apache to send Fusion Inventory traffic to GLPI while we work on getting the new GLPI-Agent installed.

We have over 5,000 computers with Fusion Inventory installed and it will take us a little time to get the new agent rolled out.  In the meantime, is there a way to have Apache redirect the traffic so that GLPI continues to get updated inventory information?

I saw this post: https://www.reddit.com/r/glpi/comments/ … glpiagent/

And tried adding

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule plugins/fusioninventory/(.*)$ / [R=307]
</IfModule>

with the mod_rewrite module enabled, but I still see a bunch of PHP errors in the logs trying to get to plugins/fusioninventory/index.php

Apache 2.4.58 running PHP 8.2.12 with GLPI version 10.0.6

Last edited by adbuckne (2023-11-21 19:27:15)

Offline

Board footer

Powered by FluxBB