ThirdPartySoftware » History » Revision 11
Revision 10 (stbuehler, 2009-04-03 12:33) → Revision 11/16 (stbuehler, 2012-08-11 10:42)
h1. Lighttpd Plugins * "Mysql auth backend":http://www.jeckyll.net/index.php?lang=1&cat=171&subcat=171 * [[lighttpd:Docs_ModCache|mod_cache]] [[lighttpd:Docs:ModCache|mod_cache]] * [[lighttpd:Docs_ModGeoip|mod_geoip]] [[lighttpd:Docs:ModGeoip|mod_geoip]] * [[lighttpd:Docs_ModUserOnline|mod_useronline]] [[lighttpd:Docs:ModUserOnline|mod_useronline]] * [[lighttpd:Docs_ModUserTrack|mod_usertrack]] [[lighttpd:Docs:ModUserTrack|mod_usertrack]] * [[CppModules|Information on using C++ in your lighttpd modules]] 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 the application 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. * "spawn-fcgi":http://redmine.lighttpd.net/projects/spawn-fcgi/wiki * "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. * "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). * "fcgi-cgi":http://cgit.stbuehler.de/gitosis/fcgi-cgi/ 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/