SimpleSAMLphp and Apache2.4 with PHP-FPM

When trying to use SimpleSamlPHP in an Apache 2.4 environment with PHP-FPM, you might get the error simplesamlphp ERR [bf585dbb39] SimpleSAML_Error_No tFound: NOTFOUNDREASON(‘%’ => ‘https://test.domain.tld/simplesaml/module.php/core/fro ntpage_welcome.php’, ‘%’ => ‘No PATH_INFO to module.php’) After digging into this, it seems that it has to do with the fact that PATH_INFO is not used in in apache 2.4.11+’s

SimpleSAMLphp and Apache2.4 with PHP-FPM Read More »

Scroll to Top