| CPAN Ratings FCGI-Engine reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of FCGI-Engine
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
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|