当我安装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
我可以看到joomla的localhost/administrator ,但不是localhost/index.php 。
我在joomla解决了。
我激活debugging模式并应用

并停用debugging模式,用这个我解决了这个问题。