# less /var/log/httpd/error_log*Click F so that you can see the log in real time
You will see an error
[client 192.168.1.2] PHP Fatal error: Allowed memory size of 16777216 bytes exhausted.....
To solve the issue,
# vim /etc/php.ini
memory_limit = 32M
Restart httpd
# service httpd restart