Multi PHP Versionen 7.1 7.2 7.3

planet_fox

Super-Moderator
]Hi

habe nach folgender Möglichkeit PHP Installiert auf einem Debian 9 Nginx System .
Wenn ich eine Webeitse umschalte auf PHP 7.3 oder 7.1 sagt mir die Seite Bad Gateway

Log error.log

Code:
2019/02/11 13:45:23 [crit] 20572#20572: *149 connect() to unix:/var/lib/php7.0-fpm/web16.sock failed (2: No such file or directory) while connecting to upstream, client:[/CODE

PHP-FPM Log

[ICODE]
[11-Feb-2019 12:38:15] NOTICE: Reloading in progress ...
[11-Feb-2019 12:38:15] NOTICE: reloading: execvp("/usr/sbin/php-fpm7.3", {"/usr/sbin/php-fpm7.3", "--nodaemonize", "--fpm-config", "/etc/php/7.3/fpm/php-fpm.conf"})
[11-Feb-2019 12:38:15] NOTICE: using inherited socket fd=7, "/var/lib/php7.0-fpm/web22.sock"
[11-Feb-2019 12:38:15] NOTICE: using inherited socket fd=7, "/var/lib/php7.0-fpm/web22.sock"
[11-Feb-2019 12:38:15] NOTICE: using inherited socket fd=8, "/run/php/php7.3-fpm.sock"
[11-Feb-2019 12:38:15] NOTICE: using inherited socket fd=8, "/run/php/php7.3-fpm.sock"
[11-Feb-2019 12:38:15] NOTICE: fpm is running, pid 701
[11-Feb-2019 12:38:15] NOTICE: ready to handle connections
[11-Feb-2019 12:38:15] NOTICE: systemd monitor interval set to 10000ms
[11-Feb-2019 13:13:27] NOTICE: Terminating ...
[11-Feb-2019 13:13:27] NOTICE: exiting, bye-bye!
[11-Feb-2019 13:13:27] NOTICE: fpm is running, pid 31568
[11-Feb-2019 13:13:27] NOTICE: ready to handle connections
[11-Feb-2019 13:13:27] NOTICE: systemd monitor interval set to 10000ms
[11-Feb-2019 13:13:42] NOTICE: Terminating ...
[11-Feb-2019 13:13:42] NOTICE: exiting, bye-bye!
[11-Feb-2019 13:13:43] NOTICE: fpm is running, pid 32400
[11-Feb-2019 13:13:43] NOTICE: ready to handle connections
[11-Feb-2019 13:13:43] NOTICE: systemd monitor interval set to 10000ms
[11-Feb-2019 13:23:55] NOTICE: Terminating ...
[11-Feb-2019 13:23:55] NOTICE: exiting, bye-bye!
[11-Feb-2019 13:23:55] NOTICE: fpm is running, pid 9525
[11-Feb-2019 13:23:56] NOTICE: ready to handle connections
[11-Feb-2019 13:23:56] NOTICE: systemd monitor interval set to 10000ms

[/ICODE]

ISPCONFIG3 

Pfad zum PHP-FPM Init Script : php-7.3.1-fpm
Pfad zum php.ini Verzeichnis : /etc/php/7.3/fpm/php.ini
Pfad zum PHP-FPM Pool Verzeichnis: /etc/php/7.3/fpm/pool.d
 

Werbung

Top