RSS | Module Info | Add a review of FCGI-Engine
FCGI-Engine
(0.08)
Easy management of fastcgi processes. Works like cake with Catalyst and Reaction apps. See POD and MojoMojo distribution for examples of usage but here is a synopsis:
* YAML Configuration file - myapp_fastcgi_manage.yml
---
- name: "myapp.server"
server_class: "FCGI::Engine::Manager::Server"
scriptname: "script/myapp_fastcgi.pl"
nproc: 3
pidfile: "/tmp/myapp.pid"
socket: "/tmp/myapp.socket"
* Process Control Script myapp_fastcgi_manage.pl
Adapt to your needs from FCGI::Engine::Manager Synopsis
* Restart fastcgi example:
script/myapp_fastcgi_manage.pl restart
mateus xavier - 2009-07-10T13:33:55 (permalink)
2 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No

