Do the right thing with FCGI args, the hostname and the keepalive options in the...
authorTomas Doran <bobtfish@bobtfish.net>
Tue, 12 Jan 2010 01:30:26 +0000 (01:30 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Tue, 12 Jan 2010 01:30:26 +0000 (01:30 +0000)
commit36a53c3a41947085d7acaa50ccf67e85802e6b9d
tree67d4a690d66d267cf765ad6fcf502e3cd0600993
parentc821df216d6d7e7e0386516e43c0c09fd4a295e7
Do the right thing with FCGI args, the hostname and the keepalive options in the scripts so that the Plack servers get them correctly.

There are still a load of options for the dev server (like writing a PID file) that we'll need to add to the plack server (or do ourselves manually?), and the entire set of options we actually pass into the application via ->run is unused by it.

I'm not sure if we are safe to change the original option passing convention or not - need to look at alternate engines and stuff..
lib/Catalyst/Script/FastCGI.pm
lib/Catalyst/Script/Server.pm