Apache 1.3 + PHP5 = No Parsing
Hey guys... I figured I'd give you guys a shot before I just starting taking my foot to the machine...Setting up a local development server, running the basic LAMP with:
Linux RedHat 9 (Shrike)
Apache 1.3.X;
MySQL 4.0
PHP 5.0.1
(Those versions are approx., but I don't think they're all that important..)
Anyways, my Apache compile command is simply:
./configure --prefix=/usr/local --enable-module=so
And PHP configures with
./configure --with-apxs=/usr/local/apache/bin/apxs
(Don't even want to get started with the MySQL problems I'm having...)
Anyways, my httpd.conf file has your standarD:
LoadModule php5_module libexec/libphp5.so
AddModule mod_php5.c
AddType application/x-httpd-php .php .phtml
Everything compiles and starts perfectly.. However no matter what I do, the system won't parse my *.php pages!

I can't think of anything I'm forgetting? Perhaps someone out there can shed a bit of light on the subject.
Thanks!!
Regards,
Patrick Paul