Forum Moderators: phranque
Problem
I have Apache set up on our local network, in fact, on three computers on our local network (of three computers). Each has PHP, Perl, and Norton Firewall. While experimenting with some RSS feeds and a php driven Dmoz directory, I have run into the following errors:
- Warning: fopen(http://dmoz.org/Regional/.../): failed to open stream: HTTP request failed! r¢o in C:\server\...\index.php on line 86
- Some other fopen/failed to open stream errors
- And lastly some Bad Arguments
Weird thing is, this error only happens on our development server (weird, frustrating, and ironic). I drop the firewall, and all works fine. I tried puttin a hole for this port and that, but I can't get it right.
Well, I don't have any theories to discuss - the firewall seems to be stopping apache from getting the data from the internet, therefore the fopen() error, no? Thing is, the firewall doesn't appear to be set up any differently than on the other machines...
Anybody have any experience with this eye-googling problem?
As a catch-all you might want to add a specific rule allowing all access to dmoz.org to get through, shouldn't be any problems with it after that... If you're unsure of how to do that then I put some basic info here - [webmasterworld.com...] - as I was having problems with it blockin me from seeing my own banners ;-)