CGI hotfix

CGI hotfix

am 19.12.2007 21:24:00 von Nelo

How can i get this hotfix? I submitted a request and am still waiting. Is
there a way to download it?

http://support.microsoft.com/kb/884764#top

Re: CGI hotfix

am 19.12.2007 21:53:41 von Kristofer Gafvert

Hi Nelo,

You need to get it from MS directly, there is nowhere to download it. They
will get back to you as soon as possible.

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"Nelo" skrev i meddelandet
news:C82C1ABB-1140-4375-8B3A-2A809697D36D@microsoft.com...
> How can i get this hotfix? I submitted a request and am still waiting.
> Is
> there a way to download it?
>
> http://support.microsoft.com/kb/884764#top
>
>

Re: CGI hotfix

am 20.12.2007 03:58:00 von Nelo

I got the hot fix but that didn't help..... How can I configure IIS6 to run
cgi properly?

"Kristofer Gafvert" wrote:

> Hi Nelo,
>
> You need to get it from MS directly, there is nowhere to download it. They
> will get back to you as soon as possible.
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> "Nelo" skrev i meddelandet
> news:C82C1ABB-1140-4375-8B3A-2A809697D36D@microsoft.com...
> > How can i get this hotfix? I submitted a request and am still waiting.
> > Is
> > there a way to download it?
> >
> > http://support.microsoft.com/kb/884764#top
> >
> >
>
>

Re: CGI hotfix

am 20.12.2007 16:59:45 von Daniel Crichton

Nelo wrote on Wed, 19 Dec 2007 18:58:00 -0800:

> I got the hot fix but that didn't help..... How can I configure IIS6 to
> run cgi properly?

Can you explain a bit more what your issues are? I have my IIS6 server
running CGIs and have never seen the errors mentioned in the article you had
linked to.

--
Dan

Re: CGI hotfix

am 20.12.2007 17:50:01 von Nelo

Hello Dan

I am trying to add fastcgi to iis6 and I am getting all kinds of errors.
here is a copy of my latest error message

FastCGI Error
The FastCGI Handler was unable to process the request.
------------------------------------------------------------ --------------------

Error Details:

The FastCGI process exited unexpectedly
Error Number: -2147467259 (0x80004005).
Error Description: Unspecified error
HTTP Error 500 - Server Error.
Internet Information Services (IIS)


"Daniel Crichton" wrote:

> Nelo wrote on Wed, 19 Dec 2007 18:58:00 -0800:
>
> > I got the hot fix but that didn't help..... How can I configure IIS6 to
> > run cgi properly?
>
> Can you explain a bit more what your issues are? I have my IIS6 server
> running CGIs and have never seen the errors mentioned in the article you had
> linked to.
>
> --
> Dan
>
>
>

Re: CGI hotfix

am 21.12.2007 10:30:28 von Daniel Crichton

Nelo wrote on Thu, 20 Dec 2007 08:50:01 -0800:

> Hello Dan

> I am trying to add fastcgi to iis6 and I am getting all kinds of
> errors.
> here is a copy of my latest error message

> FastCGI Error
> The FastCGI Handler was unable to process the request.
> ------------------------------------------------------------ ------------
> --------

> Error Details:

> The FastCGI process exited unexpectedly
> Error Number: -2147467259 (0x80004005).
> Error Description: Unspecified error
> HTTP Error 500 - Server Error.
> Internet Information Services (IIS)

I haven't run PHP on my own server so I haven't come across this. However, I
don't think the MS KB article you linked to has anything to do with this -
the FastCGI Handler is an ISAPI handler, not CGI (it's an ISAPI wrapper to
the PHP executable, so IIS isn't actually executing PHP.EXE in CGI mode).

Did you try Googling the error message? First result I got was this:

http://blogs.iis.net/rickjames/archive/2007/10/16/fastcgi-de bugging-quot-the-fastcgi-process-exited-unexpectedly-quot.as px

which give instructions on creating debug files so that the cause of the
problem can be determined. It might be as simple as incorrect permissions
not allowing the PHP process to start fully, check to make sure the IUSR
account has the appropriate execute permissions on the DLL and EXE files in
the PHP dir.

--
Dan