Назад | Перейти на главную страницу

FastCGU, PHP: файл существует, срок его действия не истек, сериализация

Я получаю странные ошибки в моем журнале ошибок nginx, и я понятия не имею, почему:

    2020/04/21 12:46:23 [error] 16715#16715: *4285612 FastCGI sent in stderr: "PHP message: File Exists and not expired, serializing" while reading response header from upstream, client: CLIENT_IP, server: example.net, request: "GET /index.php?page=mypage HTTP/1.1", upstream: "fastcgi://127.0.0.1:9072", host: "www.example.net", referrer: "https://www.example.net/index.php?page=profile&user=someuser"

2020/04/21 12:48:20 [error] 16715#16715: *4294368 FastCGI sent in stderr: "PHP message: File Exists and not expired, serializing" while reading response header from upstream, client: CLIENT_IP, server: mydomain.net, request: "GET /index.php?page=statistics HTTP/1.1", upstream: "fastcgi://127.0.0.1:9072", host: "www.example.net", referrer: "https://www.example.net/index.php?page=stats"

Google показывает 0 результатов поиска, когда я гуглил "File Exists and not expired, serializing". Интересно, есть ли у кого-нибудь идеи, почему это могло произойти.