[PHP-DEV] Bug #14450 Updated: No longer parsing

2001-12-12 Thread sniper

ID: 14450
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Apache related
Operating System: RH Linux 7.1
PHP Version: 4.1.0
New Comment:

Please ask support questions elsewhere.
http://www.php.net/support.php

Not likely bug. Edit your httpd.conf


Previous Comments:


[2001-12-12 07:28:58] [EMAIL PROTECTED]

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





Edit this bug report at http://bugs.php.net/?id=14450edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14450 Updated: No longer parsing

2001-12-12 Thread bobh

ID: 14450
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Apache related
Operating System: RH Linux 7.1
PHP Version: 4.1.0
New Comment:

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.

Previous Comments:


[2001-12-12 12:43:31] [EMAIL PROTECTED]

Please ask support questions elsewhere.
http://www.php.net/support.php

Not likely bug. Edit your httpd.conf




[2001-12-12 07:28:58] [EMAIL PROTECTED]

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





Edit this bug report at http://bugs.php.net/?id=14450edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14450 Updated: No longer parsing

2001-12-12 Thread sniper

ID: 14450
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Bogus
Status: Feedback
Bug Type: Apache related
Operating System: RH Linux 7.1
PHP Version: 4.1.0
New Comment:

Sorry. Misread this. :)
Anyways, did you restart apache after updating it?
And how did you do it?

--Jani


Previous Comments:


[2001-12-12 13:00:46] [EMAIL PROTECTED]

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 12:43:31] [EMAIL PROTECTED]

Please ask support questions elsewhere.
http://www.php.net/support.php

Not likely bug. Edit your httpd.conf




[2001-12-12 07:28:58] [EMAIL PROTECTED]

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





Edit this bug report at http://bugs.php.net/?id=14450edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14450 Updated: No longer parsing

2001-12-12 Thread bobh

ID: 14450
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Apache related
Operating System: RH Linux 7.1
PHP Version: 4.1.0
New Comment:

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



Previous Comments:


[2001-12-12 13:22:59] [EMAIL PROTECTED]

Sorry. Misread this. :)
Anyways, did you restart apache after updating it?
And how did you do it?

--Jani




[2001-12-12 13:00:46] [EMAIL PROTECTED]

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 12:43:31] [EMAIL PROTECTED]

Please ask support questions elsewhere.
http://www.php.net/support.php

Not likely bug. Edit your httpd.conf




[2001-12-12 07:28:58] [EMAIL PROTECTED]

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





Edit this bug report at http://bugs.php.net/?id=14450edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14450 Updated: No longer parsing

2001-12-12 Thread bobh

ID: 14450
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Apache related
Operating System: RH Linux 7.1
PHP Version: 4.1.0
New Comment:

I decided to do the whole process over again for the 3rd time and it was the charm...I 
have 4.1 running now.



Previous Comments:


[2001-12-12 14:14:32] [EMAIL PROTECTED]

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 13:30:24] [EMAIL PROTECTED]

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 13:22:59] [EMAIL PROTECTED]

Sorry. Misread this. :)
Anyways, did you restart apache after updating it?
And how did you do it?

--Jani




[2001-12-12 13:00:46] [EMAIL PROTECTED]

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 12:43:31] [EMAIL PROTECTED]

Please ask support questions elsewhere.
http://www.php.net/support.php

Not likely bug. Edit your httpd.conf




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=14450


Edit this bug report at http://bugs.php.net/?id=14450edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]