|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-12-12 07:28 UTC] bobh at hslda dot org
I had 4.0.6 working with no problem on Apache 1.3.22. I then updated to 4.1 and my scripts no longer parse but a download box comes up. Nothing has changed except going from 4.0.6 to 4.1. Bob PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 13:00:01 2025 UTC |
Steps I took: ./configure / --with-xml / --with-wddx / --with-zlib / --with-mysql=/usr / --with-apxs=/usr/local/apache/bin/apxs make make install no errors reported.. checked httpd.conf to make sure that the required PHP lines were there, which they were. I did a 'apachectl configtest' which showed the conf file was okay. Then I did an 'apachectl stop' followed by an 'apachectl start'. Apache is up and running when I go to the 'info.php' page it wants to download not parse. I then restarted the server itself just for extra measure. But it still wants to download. I am running the following: Redhat Linux 7.1 Apache 1.3.22 -- Bob