Observe que isso se aplica à configuração de atualização php virtualmin / webmin para CGI / FastCGI (fcgid).
Problema: Após atualizar o PHP para uma versão mais nova, o navegador mostra apenas a tela branca / página em branco para .php
file; mas funciona corretamente para o arquivo .php5
.
Solução : link
On Ubuntu 10.04 I had updated PHP to 5.4.13 and then experienced the
very same symptoms that you've described.
Disabling php5_cgi finally did the trick!
Actually php5_cgi.conf also
includes that SetHandler application/x-httpd-php
line which needs to
be commented out.
P.S. Eu não testei no Ubuntu.
Este método funciona no CentOS.
Excluir linha SetHandler application/x-httpd-php
em /etc/httpd/conf.d/php.conf
.