hi I'm wondering why it seems like nobody cares how to setup Strawberry Perl with fcgi on iis. As far as I know the necessery hooks and configurations aren't done automatically when run the Strawberry Perl installer. I think this is a plus when you go with Activestate Perl because you have cgi and isapi configured automatically.
Wouldn't it be usefull to run scalable Perl web apps on strawberry? I've went through the following tutorial which is - as far as I consider - the *only* source for any help installing the whole thing: http://en.wikibooks.org/wiki/IIS_and_FastCGI/Scripting_languages/Perl Well it doesn't work... My setup: ======== - windows xp - iis 5.1 - (strawberry) Perl, v5.10.0 build for MSWin32-x86-multi-thread Problem ======= - I can test if the fcgi extension works, but when I try to run a script the webpage is empty ----------- fcgiext.ini ----------------- [Types] pl=Perl [Perl] ExePath=C:\strawberry\perl\bin\perl.exe ; This work: ## Arguments="-MFCGI::IIS=test" ##, "do" or "eval" doesnt work Arguments="-MFCGI::IIS=do QueueLength=999 MaxInstances=20 InstanceMaxRequests=500 -------------------------------------------------------------- Any ideas? How could we improve the documentation situation? Or is the problem non-existent to you? Thanks in advance ben