Hi, I’m trying to speed up the perl apps on my VPS (my stats program and a blog install that uses perl)… and i’ve installed the Microsoft FastCGI extension: FastCGI for IIS : The Official Microsoft IIS Site and this perl module: http://search.cpan.org/~cosmicnet/FCGI-IIS/lib/FCGI/IIS.pm
I’ve found instructions for getting it to work with Perl (ActivePerl in my case):
IIS configuration tips - CosmicScripts.com
i followed all the directions to a T. In -MFCGI::IIS=test mode, the test script works great, but as soon as i change it to ‘do’ mode or ‘eval’ mode i just get a blank page. what is going wrong? has anyone else gotten this work?
these are the instruction
thanks!