[Catalyst] Canot get application working on IIS7 via FastCGI
Tomas Doran
bobtfish at bobtfish.net
Mon Oct 22 18:46:26 GMT 2012
On 18 Oct 2012, at 14:15, Craig Chant wrote:
> Here is the output for the /librarydocs path.
>
>
> ******* $env
>
> $VAR1 = {
> 'psgi.multiprocess' => 1,
> 'SCRIPT_NAME' => '',
> 'PATH_INFO' => '/',
Right, that's IIS asking for a path of /
Ergo Catalyst serves / :_)
I know other people have got this working on IIS7, so it must be possible to get the correct path passed to your app (but I don't know how)..
Cheers
t0m
More information about the Catalyst
mailing list