Bug 43892 - Не работает "из коробки" с php8.0
Summary: Не работает "из коробки" с php8.0
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: nextcloud-nginx (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: ekorneechev@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-28 22:09 MSK by Elena Mishina
Modified: 2022-09-28 22:09 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elena Mishina 2022-09-28 22:09:49 MSK
В файле /etc/nginx/sites-available.d/nextcloud.conf используется строка:

server unix:/var/run/php7-fpm/php7-fpm.sock;

В результате не работает "из коробки" с php8.0:

2022/09/28 13:47:05 [crit] 9609#9609: *2 connect() to unix:/var/run/php7-fpm/php7-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.0.100, server: cloud.example.com, request: "GET /favicon.ico HTTP/2.0", upstream: "fastcgi://unix:/var/run/php7-fpm/php7-fpm.sock:", host: "cloud.example.com", referrer: "https://cloud.example.com/"


Ожидаемый результат:
upstream php-handler {
    server unix:/var/run/php8.0-fpm/php8.0-fpm.sock;
}