Skip Menu |

This queue is for tickets about the Catalyst-Engine-SCGI CPAN distribution.

Report information
The Basics
Id: 47276
Status: resolved
Priority: 0/
Queue: Catalyst-Engine-SCGI

People
Owner: Nobody in particular
Requestors: wdhawes [...] gmail.com (daily)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.02
Fixed in: (no value)



The docs for Catalyst::Helper::SCGI state that the scgi script should be created as follows: $ script/myapp_create.pl SCGI -p 9000 This works but I see "Unknown option: p" in the console on my (Win32) machine. Not tested on *nix as yet. I think the -p option is only supposed to be passed to the _scgi.pl script, not the _create.pl script: $ script/myapp_create.pl SCGI # generate the script $ script/myapp_scgi.pl -p <port> # run the server
Fixed in commit a9251dc, thanks for the bug report