I started with Apache 1.3.27 which didn't have apxs
installed. After reading about the different ways to install php I have
decided that this way seems to be most recommended by apache and best suited for
me.
I proceeded to upgrade Apache to 1.3.33 and install
apxs at the same time. Apache and my my web sites fcontinue to work fine
after that. I thin followed the instructions for installing php with the
--with-apxs switch carefully checking that I had the right path to apxs.
The install (configure, make, and make install) seemed to go fine with no
reported errors. I then ensured I added the LoadModule, AddModule and
AddType lines required for the php to work. (the instructions i used were
from this site).
However after all that I have a functioning
webserver, but the php pages are not being parsed. I took great pains to
double check my work, but i don't think it was from lack of following the
installation procedure.
Can anyone suggest why the pages aren't
aparsing. essentially when I go to a php test page using the
<?php phpinfo(); ?> code, the browser says done, but nothing ever comes
up
Thanks in advance.
GTJ.
|