Click to See Complete Forum and Search --> : Php4 and Apache2


Anon
08-03-2002, 07:32 PM
Hey guys,

I've rebuilt the RPMs for Apache 2.0.36 and the latest version of PHP4. Everything compiles fine and installs fine, yet when I try to load a PHP page I get a blank page.

I've got the PHP config in the conf.d directory called php4.conf I believe. I've tried AddType, SetInput/Output filters, etc, and I'm really confused. I get nothing in the error log about php breaking, so any assistance would be great.

Thanks,
Steven

apaxson
08-03-2002, 09:44 PM
When you view the source file of the web page, is the PHP code visible? If it is, then PHP is not parsing the code. If not, then at least you know PHP is parsing and running.

Can you run PHP from a command line? Does it work?

Aaron