php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24049 weird apache2.0.46 and php 4.3.2 problem
Submitted: 2003-06-05 14:42 UTC Modified: 2003-06-11 19:13 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: matt2kjones at thedigitaldream dot co dot uk Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.3.2 OS: Redhat 8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: matt2kjones at thedigitaldream dot co dot uk
New email:
PHP Version: OS:

 

 [2003-06-05 14:42 UTC] matt2kjones at thedigitaldream dot co dot uk
php is randomly pulling php files from other virtual servers in apache and placing them in sites of other virtual servers.

let me show you what i mean, we have a virtual server, called http://team-zenturion.com

now sometimes, just out of the blue, a page from team-zenturion.com will be added to the top/bottom of a different virtual server, like thedigitaldream.co.uk

we run phpmyadmin under a virtual server called db.thedigitaldream.co.uk, look what happened, when i made a query, php pulled a page from team-zenturion.com virtual server, and added it to the top of a page in db.thedigitaldream.co.uk, here is a screen shot:

http://www.thedigitaldream.co.uk/images/phpmyadmin.gif

also, the same happened when i was browsing www.thedigitaldream.co.uk, a page was grabbed from team-zenturion.com, and added to the bottom of thedigitaldream.co.uk:

http://www.thedigitaldream.co.uk/images/bug.gif

if you need the configuration file of my apache and php your quite welcome to it, hope this will help you out

Matt

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-06 00:57 UTC] sniper@php.net
First read http://bugs.php.net/how-to-report.php

Then answer these questions:

How was PHP configured?
Did this work in 4.3.1?
What Apache2 version?
Does it work with apache1? (apache2 is NOT considered stable for production)

 [2003-06-06 00:57 UTC] sniper@php.net
Forgot one: What MPM is used?

 [2003-06-06 06:33 UTC] matt2kjones at thedigitaldream dot co dot uk
apache version 2.0.46
php version: 4.3.2

the last configuration i had was apache 2.0.45 with php4.3.1 which worked ok

configure line for apache was: ./configure --prefix=/usr/local/apache2.0.46 --enable-so

configure line for php was: ./configure --prefix=/usr/local/php4.3.2 --with-mysql --with-apxs2=/usr/local/apache2.0.46/bin/apxs --with-config-file-path=/usr/local/php4.3.2/config 

Anything else that might be useful: http://www.thedigitaldream.co.uk/info.php

have the latest gcc compilers, make, etc installed
 [2003-06-06 08:13 UTC] sniper@php.net
Does this happen then with Apache 2.0.45 and PHP 4.3.2?

 [2003-06-11 19:13 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 07:01:32 2024 UTC