我在Debian 10上托管一个WordPress网站,我刚刚安装了php8.0。当我a2enmod php8.0时,WordPress站点完全崩溃了。
在Firefox上,我得到以下消息:
Secure Connection Failed
An error occurred during a connection to xxxx.
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.在Chrome上,我得到以下信息:
This page isn’t working
xxxx didn’t send any data.
ERR_EMPTY_RESPONSE我尝试用下面的顶部更新.htaccess文件,但没有帮助:
AddHandler application/x-httpd-php80 .php是什么导致了这个错误?我需要更新MariaDB php吗?phpMyAdmin?
apache错误日志有: AH00052:子pid 12041退出信号分割错误(11)
发布于 2022-05-04 13:10:56
这可能是个记忆问题。您的php.ini文件是否在升级过程中被重置。
https://unix.stackexchange.com/questions/701338
复制相似问题