ghenry / cat-fcgi-init

An initscript-compatible tool for managing Catalyst applications running as FastCGI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is in a bit of a shambles at the moment; I'll get it cleaned up soon.

What this is is a script to manage a Catalyst app running as an external FastCGI
process. The current "stable" version is a bourne sh script, "cat-fcgi-init" in
the root. The very first revision imported is production-ready; the changes
after that are deadend and don't work.

I'm reimplementing as Perl, with the added feature of allowing zero-downtime
restarts; however that's not nearly there yet.

Also living here for now is Log::LSB::InitMsg, a prototype module for logging
using the LSB-approved interface, with emphasis on working properly under Debian
and Ubuntu.

About

An initscript-compatible tool for managing Catalyst applications running as FastCGI

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 89.8%Language:Perl 10.2%