-----BEGIN PGP SIGNED MESSAGE----- Hash: MD5 Hi George,
I've not seen any of this thread other than what's below, but have you had all the headers output correctly? Try running this after setting $url, and see what you get: use LWP::UserAgent; $url = "http://195.117.126.24"; $ua = LWP::UserAgent->new; $req = new HTTP::Request('GET', $url); # Format URL request $res = $ua->request($req); if (not $res->is_success()) { die "...failed:\n" . $res->error_as_HTML } warn $res->headers_as_string; warn $res->content; #open OUT, ">/test.html"; #print OUT $res->content; #close OUT; exit; Lee On Sunday, February 2, 2003 at 7:42:12 PM, you wrote: GS> Hi Stas, GS> Thanks for your reply. GS> The file perms are correct and nothing is printed to the logs. GS> The scripts do run. If you write a script with a redirect in it GS> for instance, the redirect is made. They just don't seem to GS> print anything to stdout. GS> Regards, George Savvides. GS> Stas Bekman wrote: >> >> What has error_log to say about this? Do you have the file perms right? >> - -- Cheers Lee mailto:[EMAIL PROTECTED] $$=qw$808273788400074285838400657879847269820080698276007265677569820727$; $$=~s$(\d\d)$\$_.=chr(\$1+32)$ge;eval; -----BEGIN PGP SIGNATURE----- Version: 2.6 iQCVAwUAPj1zYqdrfekeF/QBAQEDxgQAoYOSvKGOBHUXgwRcRHdatlAo71tpR4NQ 55fgPbL0e20JiKQ+0X8xbbT6Lixh1ytkIfJZIr3J+7iiIYagkGkrMukFw9IrfMgF pxu5zY589u1U8BrSzlQIUtMuvmtc40JXZMh5jc/zuasVw0WaeHRVAVsi6wa7qCDE 4MDgvzcuz/g= =k9JH -----END PGP SIGNATURE-----