I could figure out what prevented me to login after setup.
We use our standard ansible scripts to setup our servers, so did we for Ilias. Our php-fpm role contains some php configuration values. There the "session.save_handler" has been set as "php_admin_value", which could not be overwritten by an application. So changing it to a "php_value" allows applications to overwrite the value.
Now the problem is solved.
Best regards
Sven Laudel
We use our standard ansible scripts to setup our servers, so did we for Ilias. Our php-fpm role contains some php configuration values. There the "session.save_handler" has been set as "php_admin_value", which could not be overwritten by an application. So changing it to a "php_value" allows applications to overwrite the value.
Now the problem is solved.
Best regards
Sven Laudel