PHP Isn't Rendering and is Showing up in the Source

flamerid

New member
Joined
Oct 23, 2007
Messages
1
The php code is all showing up in the site's source code and isn't rendering at all.

I removed the 'ifdefine' lines to test

Syntax error on line 72 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_php.so into server:
/etc/httpd/modules/mod_php.so: cannot open shared object file: No such
file or directory

After looking, indeed there is no php module.

How do you rebuild apache with or without modules.
 
It's like mod_php5.so or mod_php4.so

I'd suggest rebuilding (apache, php especially) with custombuild script.
 
Last edited:
Back
Top