I'm still looking for a binary a la php for Perl but unfortunately there 
are only pure perl solutions that work that way (haven't tried them through)

 From CPAN:

A standalone server that you can configure using unix domain sockets:

http://search.cpan.org/~sri/Mojo-Server-FCGI-0.05/lib/Mojo/Server/FCGI/Prefork.pm

You can use Catalyst stand alone fastcgi server (just like in the django 
recipe)

http://search.cpan.org/~hkclark/Catalyst-Manual-5.7021/lib/Catalyst/Manual/Cookbook.pod#Standalone_server_mode


POE provides one:

http://search.cpan.org/~dgl/POE-Component-FastCGI-0.1/lib/POE/Component/FastCGI.pm

http://search.cpan.org/~veresc/FCGI-Spawn-0.13/Spawn.pm


Daniel L. Miller escribió:
> Alvaro Lopez Ortega wrote:
>   
>> On 12-may-09, at 20:28, Daniel L. Miller wrote:
>>
>>     
>>> Is there a tutorial on providing FastCGI services for Perl?
>>>       
>> I'm not a Perl user; but AFAIK, a 'Hello World' app would look like this:
>>     
> Sorry, that's not quite what I meant.  I was asking how to setup a perl 
> FastCGI service/listener/information source similar to PHP.
>
>
>   

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to