Hello,
I installed apache 1.3.14 and then tried to install php4.0.4, and having some problems on linux redhat 6.1. What happens when i try to run phpinfo i get a prompt to save the file and it wont show anything, this is my first time installing it so i dont know too much about it. How i configured apache was
./configure --prefix=pathto/apache \
--enable-module=all \
--enalbe-shared=max
make
make install
then with php
./configure --with-mysql=pathto/mysql \
--with-apxs=pathto/apache/bin/apxs \
--with-other-options
make
make install
then cp php.ini-dist php.ini
i edit the httpd.conf file and take out the two addhandlers so php4 can be used, and created a file with <? phpinfo() ?> and <? phpinfo(); ?> in it but two separate files though.
if someone can lend some help thanks