I have Apache 2.0.43 Instaled and I have PHP 4.2.3 Installed
This is how i ran the installs
./configure --prefix=/usr/local/apache2 when i installed Apache
MAKE, INSTALl
then PHP
./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs
Make, INSTALL
Then I added AddType application/x-httpd-php .php to the httpd.conf file.
But I keep getting seeing the CODE not the actual page, im not sure what I made a mistake on, I know they arent supported platforms but numerous of people have told me they run it without a hitch.
Thanks for the help.
-Ideal