i installed apache like this:
./configure --enable-module=so
make
make install
i installed php like this:
./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --with-pgsql
make clean; make
make install
but when i start up apache and load a PHP page, I am getting the actual PHP text, not the parsed HTML page
any help greatly appreciated