There we go again, doing nothing special. Blank screen, php-fpm73 is just running, more then enough memory left and this is the output of the php-fpm73 status command.
Code:
● php-fpm73.service - The PHP FastCGI Process Manager
Loaded: loaded (/etc/systemd/system/php-fpm73.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2021-02-07 01:30:02 CET; 27min ago
Process: 19775 ExecReload=/bin/kill -USR2 $MAINPID (code=exited, status=0/SUCCESS)
Main PID: 8512 (php-fpm73)
Status: "Processes active: 1, idle: 1, Requests: 778, slow: 0, Traffic: 0.2req/sec"
CGroup: /system.slice/php-fpm73.service
├─ 8512 php-fpm: master process (/usr/local/php73/etc/php-fpm.conf)
├─20714 php-fpm: pool sslstream
└─24831 php-fpm: pool satfun
Feb 07 01:30:15 server.myserver.com systemd[1]: [/etc/systemd/system/php-fpm73.service:41] Unknown lvalue 'ProtectKernelModules' in section 'Service'
Feb 07 01:30:15 server.myserver.com systemd[1]: [/etc/systemd/system/php-fpm73.service:48] Unknown lvalue 'ProtectKernelTunables' in section 'Service'
Feb 07 01:30:15 server.myserver.com systemd[1]: [/etc/systemd/system/php-fpm73.service:51] Unknown lvalue 'ProtectControlGroups' in section 'Service'
Feb 07 01:30:15 server.myserver.com systemd[1]: [/etc/systemd/system/php-fpm73.service:54] Unknown lvalue 'RestrictRealtime' in section 'Service'
Feb 07 01:30:15 server.myserver.com systemd[1]: [/etc/systemd/system/php-fpm73.service:41] Unknown lvalue 'ProtectKernelModules' in section 'Service'
Feb 07 01:30:15 server.myserver.com systemd[1]: [/etc/systemd/system/php-fpm73.service:48] Unknown lvalue 'ProtectKernelTunables' in section 'Service'
Feb 07 01:30:15 server.myserver.com systemd[1]: [/etc/systemd/system/php-fpm73.service:51] Unknown lvalue 'ProtectControlGroups' in section 'Service'
Feb 07 01:30:15 server.myserver.com systemd[1]: [/etc/systemd/system/php-fpm73.service:54] Unknown lvalue 'RestrictRealtime' in section 'Service'
Feb 07 01:31:01 server.myserver.com systemd[1]: Reloading The PHP FastCGI Process Manager.
Feb 07 01:31:01 server.myserver.com systemd[1]: Reloaded The PHP FastCGI Process Manager.
So it says running cince 01:30:02 which indeed was after I had updated php.
Outage time 01.58 hours and according to this status, php-fpm73 is running, but every website is getting a white screen.
The only thing is some line about the forum software... have to ask about that.
Just discovered these issues started to happen after the forum software was installed, might be it's related.