perl and other thins.
Jonathan Vanasco
jvanasco at 2xlp.com
Fri Jun 29 08:32:31 MSD 2007
On Jun 26, 2007, at 11:03 AM, Francisco Valladolid wrote:
> Hi Folks.
>
> I'm new in this list, recently I setup my blog using nginx with
> Mongrel, it is a Rails app, and work fine in my old pII 400 256RAM,
> running under OpenBSD 4.1.
>
> Now, I want to add support for perl and other modules, such as
> Template Toolkit, CGI::Application, etc.
> If any people already has success setup it on nginx please let me
> know and how do it please.
>
> at this point, me only can run normal CGI trough a FastCGI handler.
>
you want to do that on fastcgi or mod_perl
running via mod_perl is simple -- just proxypass to apache
running via fastcgi should be simlar to the php, though i haven't
tried it.
you DO NOT want to run any of those modules within nginx itself.
// Jonathan Vanasco
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| CEO/Founder SyndiClick Networks
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| Founder/CTO/CVO
| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
More information about the nginx
mailing list