Hallo,
ich habe auf meinem Server Ubuntu 16.04. das Update auf Version 7.4 durchgeführt und hat auch alles soweit geklappt. Allerdings benutzt der apache immer noch die alte Version...
Bei der Abfrage kommt das raus...
Was läuft da falsch oder noch nicht richtig???
Danke Beste Grüße Ralf
ich habe auf meinem Server Ubuntu 16.04. das Update auf Version 7.4 durchgeführt und hat auch alles soweit geklappt. Allerdings benutzt der apache immer noch die alte Version...
Bei der Abfrage kommt das raus...
Code:
root@server-101 ~ # sudo systemctl status php7.4-fpm
● php7.4-fpm.service - The PHP 7.4 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.4-fpm.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-01-24 16:12:29 CET; 2min 25s ago
Docs: man:php-fpm7.4(8)
Process: 8358 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.4/fpm/pool.d/www.conf 74 (code=exited, status=0/SUCCESS)
Process: 8367 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/7.4/fpm/pool.d/www.conf 74 (code=exited, status=0/SUCCESS)
Main PID: 8362 (php-fpm7.4)
Status: "Processes active: 0, idle: 2, Requests: 0, slow: 0, Traffic: 0req/sec"
CGroup: /system.slice/php7.4-fpm.service
├─8362 php-fpm: master process (/etc/php/7.4/fpm/php-fpm.conf)
├─8365 php-fpm: pool www
└─8366 php-fpm: pool www
Jan 24 16:12:29 server-101 systemd[1]: Starting The PHP 7.4 FastCGI Process Manager...
Jan 24 16:12:29 server-101 systemd[1]: Started The PHP 7.4 FastCGI Process Manager.
Was läuft da falsch oder noch nicht richtig???
Danke Beste Grüße Ralf
Last edited: