Hi! I'm trying to make work something like this: cat phpinfo.php <?php phpinfo(); ?>
it would seem that mod_php is no longer used .. ok, i installed php_fpm (which was excluded and masked because it seems silly to me to run 2 processes for some crappy pages)
i tried to increase the log level for php.ini but nothing worked ..
Does anyone know the magic for php to work again?
Thank you! Adrian
On 3/23/21 5:23 PM, Adrian Sevcenco wrote:
Hi! I'm trying to make work something like this: cat phpinfo.php
<?php phpinfo(); ?>
it would seem that mod_php is no longer used .. ok, i installed php_fpm (which was excluded and masked because it seems silly to me to run 2 processes for some crappy pages)
i tried to increase the log level for php.ini but nothing worked ..
Does anyone know the magic for php to work again?
solved! the proxy modules were commented out (as not-needed) but with the move to php-fpm these are required as the php handler proxy the call to php-fpm socket/service
Adrian