Posted to
FastCGI Handler
by
wdi
on
06-24-2009, 1:59 PM
I am running IIS5.1.1 with the fcgi module (latest fcgisetup32.msi) on XP.
Most of the features of my application (ported from Linux/Apache) work without problems - that is, everything which gets exchanged with the FCGI script via the GET method.
But when POST-ing, I get a "404 3" status code in the IIS log, and no output. ...