Daevid Vincent wrote: >>>> c, could you be having a problem related to the >>>> allow_url_fopen ini setting? >>> Now we're talkin! >>> >>> Okay, I made sure that allow_url_fopen and >>> allow_url_include are both "on". >>> Verified via phpinfo(); >>> >>> Still no luck. :-\ >>> >>> However, this sparked an idea... >>> >>> I have been using my WinXP and IE to hit my Gentoo notebook running >>> apache2/php/etc. (samba mounting the /home/machine/... to >>> edit the files) >>> >>> When I fired up KDE and hit the EXACT same pages (which are >>> now local), they magically worked! >>> >>> So now the question is, what setting do I have to change in >>> my php.ini file to get remote requests to work? >> I'm not following what you mean by local and remote and when >> your considering something to be one or the other. > > (locutus) Gentoo/Notebook/Apache/PHP/Samba > > (gabriel) WinXP/IDE/IE6 > > All the code sits on locutus. I samba share the directory so can edit in my > HomeSite IDE on gabriel. I edit my 'hosts' file (on both machines) to point > at the proper IP (172.16.35.223 machine.locutus.com) setting up a vhost on > locutus, etc... > ... I follow you now. doesn't smell like a php issue, more like something at the OS or firewall level. probably time to start tailing the relevant logs (e.g. apache, system message, etc) to see if you get a hint. what happens if you point machine.locutus.com to 127.0.0.1 on locutus? do the scripts on locutus return what you expect if you var_dump() the relevant calls to gethostbyname(), gethostbynamel(), gethostbyaddr()? > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php