I have a system running RH9 and apache 2.0.40.-21 wich is the one that comes with RH9, then I upgraded MySQL with the version 4.0.15 using the binaries I downloaded from www.mysql.com since php was not working fine I downloaded php 4.3.3 from php.net and I compiled it using this:
./configure --prefix=/usr/local/php --with-config-file-path=/etc --with-mysql=/usr --with-execc-dir=/usr/bin --without-pear
then make
then make install
I didn't have any problems but when I write a php script with apache running the browser tries to download the php file. Now I added this lines to the apache configuration file:
ScriptAlias /php/ "/usr/local/php/bin/"
AddType application/x-httpd-php .php
but I still have the same problem. Can anyone tell me what can I do with this?? 😕
I apreciate any help.
Thanks