HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //proc/self/root/proc/thread-self/root/var/softaculous/glpi/notes.txt
1. PHP REQUIREMENT LINK : http://glpi-install.readthedocs.io/en/latest/prerequisites.html#php
2. For our note if any users see the warning of 'utf8mb4 support requires additional migration' after upgrade ask them to run 
"php bin/console glpi:migration:utf8mb4" and "php bin/console glpi:migration:unsigned_keys". This is shown inside admin panel as well.
(While upgrading from 9.5.x to 10.0.1)
3. Since 11.0.0 public/.htaccess is needed for shared hosting environments as mentioned here https://glpi-install.readthedocs.io/en/latest/prerequisites.html#apache-configuration
(Configure the same and then start manual installation)
For ex:
# /var/www/glpi/public/.htaccess
RewriteBase [[relativeurl]]/public
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]