Problem with php and apache
Posted
by
user47587
on Server Fault
See other posts from Server Fault
or by user47587
Published on 2010-09-04T21:39:45Z
Indexed on
2012/11/18
23:07 UTC
Read the original article
Hit count: 230
I am having trouble using the php module with apache2. At the moment, testing with a phpinfo script, only php code is displayed as though it were text, no output at all.
I have the line LoadModule php5_module libphp5.so
, with an absolute path.
Yet, when I do apache2 -t -D DUMP_MODULES |grep php
, nothing is reported
I have my error level set to warn, and the last entry in my logfile after apache starts is
[notice] Apache/2.2.15 (Unix) PHP/5.2.12 mod_ssl/2.2.15 OpenSSL/0.9.8g configured -- resuming normal operations
Which implies there is php support?
© Server Fault or respective owner