1Plack::Middleware::IIS6USscerripCtoNnatmreiFbiuxt(e3d)PPelralckD:o:cMuimdednlteawtairoen::IIS6ScriptNameFix(3)
2
3
4

NAME

6       Plack::Middleware::IIS6ScriptNameFix - fixes wrong SCRIPT_NAME and
7       PATH_INFO that IIS6 sets
8

SYNOPSIS

10         # in your app.psgi
11         use Plack::Builder;
12
13         builder {
14           enable "IIS6ScriptNameFix";
15           $app;
16         };
17
18         # Or from the command line
19         plackup -s FCGI -e 'enable "IIS6ScriptNameFix"' /path/to/app.psgi
20

DESCRIPTION

22       This middleware fixes wrong "SCRIPT_NAME" and "PATH_INFO" set by IIS6.
23

AUTHORS

25       Florian Ragwitz
26
27
28
29perl v5.32.0                      2020-1P2l-a0c2k::Middleware::IIS6ScriptNameFix(3)
Impressum