Project

General

Profile

ThirdPartySoftware » History » Revision 9

Revision 8 (Anonymous, 2008-05-06 23:06) → Revision 9/16 (stbuehler, 2009-03-31 13:35)

h1. Lighttpd Other Plugins 

 


 * "Mysql auth backend":http://www.jeckyll.net/index.php?lang=1&cat=171&subcat=171 
 * [[lighttpd:Docs:ModCache|mod_cache]] 
 * [[lighttpd:Docs:ModGeoip|mod_geoip]] 
 * [[lighttpd:Docs:ModUserOnline|mod_useronline]] 
 * [[lighttpd:Docs:ModUserTrack|mod_usertrack]] 

 


 h1. Control Panel Plugins 

 * "ISPConfig LIGHTTPD plugin":http://www.howtoforge.com/forums/showthread.php?t=7324&page=2 

 h1. Tools 

 h2. spawn-fcgi 

 spawn-fcgi is used to start FastCGI applications; it binds 

 How about working with the application CP providers to a socket and starts it; it supports useful features like dropping privileges, chowning the Unix domain socket so the webserver can connect to it, chroot and more. get some plugins included? 
 * "spawn-fcgi":http://redmine.lighttpd.net/projects/spawn-fcgi/wiki "SysCP LIGHTTPD plugin":http://syscp.org/wiki/contrib/UsingLighttpdInsteadOfApache 
 * "spawn-fcgi 2":http://cgit.lighttpd.net/spawn-fcgi2/about/ 

 h2. multiwatch 

 multiwatch is a useful addition to spawn-fcig; it allows to supervise multiple backends with daemontools+spawn-fcgi+multiwatch on the same socket. "SysCP LIGHTTPD plugin improvements":https://forum.syscp.org/index.php?PHPSESSID=6c5b3c2235271004b54e39ff62000c51&topic=3218.0 
 * "multiwatch":http://cgit.lighttpd.net/multiwatch/ 

 h2. fcgi-cgi 

 fcgi-cgi is a wrapper to execute CGI scripts/binaries via FastCGI, allowing you to have clean and easy privilege separation (if you start fcgi-cgi with spawn-fcgi). "ISPConfig LIGHTTPD plugin":http://www.howtoforge.com/forums/showthread.php?t=7324&page=2 
 * "fcgi-cgi":http://cgit.stbuehler.de/gitosis/fcgi-cgi/ "ISPConfig LIGHTTPD plugin":http://www.howtoforge.com/forums/showthread.php?t=7324&page=2 

 h2. fcgi-debug 

 fcgi-debug helps viewing FastCGI streams, for this you just spawn it between the webserver and your application: 
 * "fcgi-debug":http://cgit.stbuehler.de/gitosis/fcgi-debug/ 
 "lighttpdWAI (beta)":http://my.anonhost.biz