KevinTheJedi
PHP-FPM switched to TCP: Configuration of PHP-FPM to listen on TCP port 127.0.0.1:9000 instead of a Unix socket, and correction of associated start-up errors.
Apache configured for PHP-FPM (TCP): Set up a dedicated VirtualHost for osTicket (osticket.conf) with SetHandler ‘proxy:fcgi://127.00.1:9000’ so that Apache communicates correctly with PHP-FPM.
Permissions and SELinux corrected: Adjusted file owners (apache:apache) and permissions, and fixed SELinux contexts (httpd_sys_content_t) to ensure Apache access and execution by PHP-FPM. Activation of httpd_can_network_connect for Apache network connections.
Reliable URL access: Harmonisation of the VirtualHost DocumentRoot with the access URL, enabling http://IPserver/info.php and then http://IPserver/ (for osTicket) to function correctly.
Validated operation: info.php is displayed, osTicket is accessible, and the LDAP plugin is activated and configured.
The link works, but when you try to connect with an account from the directory, the request to register an account appears but cannot be successful: Impossible to register the account. See messages below.
no message is displayed.