Create an Account
username: password:
 
  MemeStreams Logo

MemeStreams Discussion

search


This page contains all of the posts and discussion on MemeStreams referencing the following web page: Installing lighttpd and FastCGI for Catalyst - Dev411: The Code Wiki. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.

Installing lighttpd and FastCGI for Catalyst - Dev411: The Code Wiki
by Lost at 2:03 am EDT, May 18, 2007

Installing lighttpd and FastCGI for Catalyst
From Dev411: The Code Wiki

One of the big benefits of using Catalyst web framework (http://www.catalystframework.org) is its ability to run on a variety of web servers and engines. Catalyst makes running your app on lighttpd and FastCGI breeze. FastCGI allows Catalyst to run in a persistent Perl process with the lighttpd web server. As an aside, while the FastCGI process is persistent, the connection between lighttpd and FastCGI isn't. The LiteSpeed webserver (http://litespeedtech.com/) supports persistent FastCGI connections but isn't open source (though there is a free standard version).

The following are notes on getting lighttpd running with FastCGI and Catalyst. Catalyst 5.65, lighttpd 1.4.10 and CentOS 4.2 were used for testing.


 
 
Powered By Industrial Memetics