apache 子进程 pid 退出信号分段错误(11)

apache 子进程 pid 退出信号分段错误(11)

当我安装 joomla 时,我无法看到,index.php并且我在我的/var/log/apache2/error.log

[notice] child pid 3211 exit signal Segmentation fault (11)

为了激活 coredump,我按照此关联

CoreDumpDirectory /tmp/apache2-gdb-dump # added this to /etc/apache2/apache2.conf
mkdir -p /tmp/apache2-gdb-dump
chown www-data: /tmp/apache2-gdb-dump
chmod 0777 /tmp/apache2-gdb-dump
/etc/init.d/httpd restart

但我没看到什么coredumpdirectory

ls /tmp/apache2-gdb-dump

我可以看到localhost/administratorjoomla 的 但是看不到localhost/index.php

答案1

我在 joomla 中解决了这个问题。
我激活了调试模式并应用

在此处输入图片描述

并停用调试模式,这样我就可以解决问题。

相关内容