Actions
ThirdPartySoftware » History » Revision 15
« Previous |
Revision 15/16
(diff)
| Next »
gstrauss, 2019-01-11 04:24
Lighttpd Plugins¶
- mod_cache
- mod_useronline
- mod_authn_tkt: Apache mod_auth_tkt port to lighttpd: https://github.com/gstrauss/lighttpd-mod_authn_tkt
Control Panel Plugins¶
Tools¶
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.multiwatch¶
multiwatch is a useful addition to spawn-fcgi; it allows to supervise multiple backends with daemontools+spawn-fcgi+multiwatch on the same socket.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-debug¶
fcgi-debug helps viewing FastCGI streams, for this you just spawn it between the webserver and your application:Updated by gstrauss almost 6 years ago · 15 revisions