Hi, when I install PHP, apache dies. I have the following information:
/var/log/messages
If I comment the next line in httpd.conf
Apache works, but I need PHP, I compiled php and php-extension without errors.
If somebody needs more info, please tell me, and sorry for my english, I am Spanish!
/var/log/messages
Code:
Feb 8 11:59:11 bethemister kernel: pid 3029 (httpd), uid 0: exited on signal 11 (core dumped)
Feb 8 12:12:35 bethemister kernel: pid 7769 (httpd), uid 0: exited on signal 11 (core dumped)
If I comment the next line in httpd.conf
Code:
LoadModule php5_module libexec/apache22/libphp5.so
If somebody needs more info, please tell me, and sorry for my english, I am Spanish!