You are not logged in.
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