php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14200 remote navigation problem
Submitted: 2001-11-23 12:53 UTC Modified: 2002-06-06 19:33 UTC
Votes:6
Avg. Score:4.8 ± 0.4
Reproduced:6 of 6 (100.0%)
Same Version:4 (66.7%)
Same OS:5 (83.3%)
From: cquadalti at libero dot it Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.6 OS: Windows XP Pro
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: cquadalti at libero dot it
New email:
PHP Version: OS:

 

 [2001-11-23 12:53 UTC] cquadalti at libero dot it
Is a strange problem!
My site worked very fine with php 4.0.6 and Apache 1.3.22 with win 2k, but now in windows XP Pro all works fine in local (and Lan) but not from remote.
The errors more common are pages not displayed (page not found) or pieces of code (php) in pages displayed.
I have made many attempts and I'm sure that not is a Apache or mysql problem (simple html pages are ok and mysql from terminal works fine) and not is a hardware problem (modem works great when I use it for surf...).
Have you find similar problem from other users?
I repeat: all works fine in local but not in remote and this is very strange because it seems that it is a php's timeout problem.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-23 12:55 UTC] mfischer@php.net
Can you try latest RC and see if the problem still exists

http://phpuk.org/~james/php-4.1.0RC3-win32.zip

Feedback.
 [2001-11-24 07:46 UTC] cquadalti at libero dot it
Scuse me .. but i've tried to install new version
php-4.1.0RC3-win32
overwriting files with new version but when i try to restart Apache fails and give an error:
can't found php4apache.dll in c:/.... but I've overwrite old version with new!
I have also seen that are many new files that are not present in old version ( *.pdb *.ilk and a file php4apahe2filter.dll and .ilk)..
How I can install this version correctly?
Tnx
 [2001-11-24 07:48 UTC] mfischer@php.net
Put your php4apche.dll in the same directory as apache (might work) or in the sytem32 directory (should work).

Feedback.
 [2001-11-26 14:17 UTC] cquadalti at libero dot it
I have overwritten php4apache.dll with new version...but apache tell me "i can't find php4apache.dll" (it can't use new file) I have also tried to insert php4apache in system32 and windows directories but doesn't work!
Where is the problem? 
 [2001-11-26 14:48 UTC] mfischer@php.net
Try the new 4.1.0 release which will be available withing a day or two.

Feedback.
 [2001-11-27 10:22 UTC] sander@php.net
I might be mistaken, but AFAIK you point Apache via httpd.conf to php4apache.dll. You can put that dll anywhere you want, as long as Apache knows the right path.
php4ts.dll on the contrairy, should be located in your windows/system32 directory.

But I don't think that solves your problem. I think the problem is that XP has some kind of firewall built in, which probably denies any incoming connections. You should open port 80 somewhere in your controlpanel... don't ask my where as I don't have XP yet...
 [2001-11-27 10:49 UTC] cnewbill@php.net
By default the "firewall" is not enabled.

But JIC you can check by doing this (may be faster way)

Control Panel->Network Connections
  Right Click on Network Bridge
  Choose Properties
  Choose TCP/IP From Items List
  Click Properties
  Click Advanced
  Click Options
  Highlight TCP/IP Filtering
  Click Properites
  Either Allow Port 80 if Filtering is enabled and Port 80 is blocked or disable filtering.

-Chris
  
  
 [2001-11-30 14:48 UTC] cquadalti at libero dot it
I have verified but i don't have any firewall installed.
Other people have same problem. I don't know why this problem happens, I think I've read all possible news about but I don't have found any solution.
Have you replicated this problem in lab?
I hope in 4.1.0 release....  
 [2001-12-19 07:07 UTC] lobbin@php.net
Any news with 4.1.0?
 [2001-12-19 10:06 UTC] cquadalti at libero dot it
Yes, only way is to use PHP as CGI NOT as module because module has many problem! But using CGI I can't use function getallheader() to support resume with download :-((


 [2002-01-11 17:00 UTC] pollo at free dot fr
I have exactly the same problem, on a remote computer the long page show many strange chars, and I have to refresh the page few time before it show correctly. And that's when I'm in cgi...

With php as a module, i got some 404 errors, and much more errors of loading...

My server is running on Apache 1.3.22 (as a nt service), with PHP 4.1.1 under XP Pro whithout any firewall (xp or third party ones).

And I've tried to move the php4apache.dll in the system directory, but it don't seem to change anything (em, it should be normal ? :) )

(i've also tried the compatibility mode with the application, don't work too :/)

(and sorry for my bad English, i'm Frensh ;) )
 [2002-03-21 14:39 UTC] tweetysat2001 at yahoo dot com
Same problem.  Under 2k works fine but under xp there're some problems : sometimes i see a portion of the code instead of the page and i've to refresh the page 3 or 4 times to make it good.
 [2002-05-14 02:17 UTC] vildan at nebulasoft dot com
Hello,


I had tryed all of the above, long time ago.

Problems are in the Windows XP.

Second, Why use Windows XP as an server plattform?
The most unrealiable so far. Choose Windows 2000 Pro or Server if you want w32 as your server.

There is some information about this issues posted Apache's website telling that Microsoft is working on their problems, but there is not update yet.

Most users do not know that XP is cousing this problem, and they start 
accusing PHP or Apache for thier problems.

Some of the problems:

- When users browse your PHP pages on the web,
  - Web Pages are reloading all the time
  - They are cut in the middle and not completely displayed

Acctually, Windows XP is not ment to be used as an Server plattform yet, and no hosts are using it today, beacuse it's an unproven as a server technology.

Regards,

-Vildan
 [2002-06-06 19:33 UTC] sniper@php.net
That last comment explains it quite well. Use W2k if you
really need to use Windows. 

 [2002-11-20 17:33 UTC] jared at isync dot net dot nz
Like the rest, i've now got the same problem of 404 errors randomily occuring. Seems to mainly occur when using frames. The weird thing is that I had it all up and running without any errors a few weeks ago.  Since then I have re-installed my server and set everything back up to how it originally was.  The only thing i've done different this time was to install XP on a NTFS partition rather than just plain FAT32.  Im wondering if there is some sort of access rights issue here ?.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 16:01:29 2024 UTC