php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14450 No longer parsing
Submitted: 2001-12-12 07:28 UTC Modified: 2001-12-12 19:37 UTC
From: bobh at hslda dot org Assigned:
Status: Closed Package: Apache related
PHP Version: 4.1.0 OS: RH Linux 7.1
Private report: No CVE-ID: None
 [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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-12 12:43 UTC] sniper@php.net
Please ask support questions elsewhere.
http://www.php.net/support.php

Not likely bug. Edit your httpd.conf

 [2001-12-12 13:00 UTC] bobh at hslda dot org
Did you read it? Nothing changed except the upgrade...the .conf file worked fine with 4.0.6 but but 4.1 doesn't.

But I will ask on the other forum.
 [2001-12-12 13:22 UTC] sniper@php.net
Sorry. Misread this. :)
Anyways, did you restart apache after updating it?
And how did you do it?

--Jani

 [2001-12-12 13:30 UTC] bobh at hslda dot org
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


 [2001-12-12 14:14 UTC] sniper@php.net
Just making sure this isn't the cause: Is this apache SSL enabled?
And if it is, is the loadmodule line between <IfDefine SSL> tags?

--Jani

 [2001-12-12 19:37 UTC] bobh at hslda dot org
I decided to do the whole process over again for the 3rd time and it was the charm...I have 4.1 running now.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 05:01:31 2024 UTC