Forum Moderators: coopster
fopen works fine on apache 1.x server but on apache2 it takes up to 25 secs.
Basically I want to run google mobile ads and it uses fopen, it takes 25 secs to load an ad. I have used fopen('http://www.yahoo.com','r') to see if there is anything wrong with google but this one also takes same time on apache2 and it works fine on apache 1.x server.. I am wondering if apache is causing this problem?
I have checked php settings everything is 100% same. Please suggest me if you ever run into this kind of problem.
Thanks
its strange problem so far now I faced!
Maybe try to change the php-version - did you compile php yourself or do you use a precompiled version? what OS are the servers running on, are the OS-versions of both server the same?
you might have tripped on a hard-to-locate bug in php, if your sysadmins failed, maybe it's time to build a very lightweight testscript and seek support from the php-devs ...