Man Page: plack::middleware::iis6scriptnamefix
Operating Environment: debian
Section: 3pm
Plack::Middleware::IIS6ScriptNameFix(3pm) User Contributed Perl Documentation Plack::Middleware::IIS6ScriptNameFix(3pm)NAMEPlack::Middleware::IIS6ScriptNameFix - fixes wrong SCRIPT_NAME and PATH_INFO that IIS6 setsSYNOPSIS# in your app.psgi use Plack::Builder; builder { enable "IIS6ScriptNameFix"; $app; }; # Or from the command line plackup -s FCGI -e 'enable "IIS6ScriptNameFix"' /path/to/app.psgiDESCRIPTIONThis middleware fixes wrong "SCRIPT_NAME" and "PATH_INFO" set by IIS6.AUTHORSFlorian Ragwitz perl v5.14.2 2011-06-22 Plack::Middleware::IIS6ScriptNameFix(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |