There's no cherokee documentation about this but there are some resources: For running Perl scripts as CGI you just have to set up the CGI handler in cherokee
http://www.cherokee-project.com/doc/modules_handlers_cgi.html you can convert your current scripts to FastCGI using the CGI::Fast module: http://perldoc.perl.org/CGI/Fast.html Perl's Catalyst framework includes a FastCGI server that is easy to use: http://search.cpan.org/dist/Catalyst-Runtime/lib/Catalyst/Engine/FastCGI.pm i hope you find this useful P.D. I'll try to write some docs on how to use this with cherokee as soon as i get back to México El 11/05/10 03:54 p.m., Chav Paskov escribió: > Is there any documentation available /like setting Cherokee with PHP > for example /. > Chav > Iván Chavero wrote: >> Hello Tchavdar, >> >> You can set it up using the CGI handler or with the FastCGI handler >> using a perl FastCGI implementation like the one that catalyst have. >> >> >> >> >> >> El 11/05/10 03:03 p.m., Tchavdar Paskov escribió: >>> Hi List,Pls advise how to set Cherokee + Perl . Looks like i'm not >>> able to find documentation describing the process.All inputs as >>> always appreciated.Regards Chav >>> >>> >>> >>> _______________________________________________ >>> Cherokee mailing list >>> [email protected] >>> http://lists.octality.com/listinfo/cherokee >> > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
