Search results

  1. T

    PHP-FPM initialization failed

    I'm not a pro on this but I know you can run separate fpms for different versions of php. You can install php7.4-fpm for php 7.4 and that will create a separate socket on /run/fpm-7.4.socket Then you can direct that specifik server to listen on that socket specifically.
  2. T

    Caddyserver php fpm

    I have a working setup with caddyserver and php 7.4 fpm. The problem is that I can not get php7.4-fpm to log php errors. I have tried basically everything I can find online but without any luck. Nothing is written to logfiles in /var/log/xx and permissions are currently 777 on logfiles...
Back
Top