Re: RE: [PHP-WIN] Re: can't get fsockopen() to work through IIS

2008-10-22 Thread Sascha Meyer
Hi Evan, there are three more things that you could check if you want to give IIS a second try: 1.) how long does the script need to output the error? Could it be that the value for "default_socket_timeout" in php.ini is very low and the call to fsockopen() fails because the server doesn't res

RE: [PHP-WIN] Re: can't get fsockopen() to work through IIS

2008-10-22 Thread Andi Gutmans
OK but how about trying your login user? Andi > -Original Message- > From: Evan Burkitt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2008 7:52 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] Re: can't get fsockopen() to work through IIS > > Andi Gutmans wrote: > >

Re: [PHP-WIN] Re: can't get fsockopen() to work through IIS

2008-10-22 Thread Evan Burkitt
Andi Gutmans wrote: This is almost surely a permissions problem. By default IIS will run as a very low privileged user. I suggest in the IIS configuration you try and run the vhost as your login user on the Windows machine and see what happens. I can't figure out "vhost" is, but I tried running