WikiStart » History » Revision 15
Revision 14 (stbuehler, 2009-09-23 14:32) → Revision 15/23 (stbuehler, 2012-08-11 10:42)
h1. WikiStart h2. New Releases * "1.6.3":http://redmine.lighttpd.net/versions/show/19: 2009-09-23 ("fixed bugs":http://redmine.lighttpd.net/projects/spawn-fcgi/issues?fixed_version_id=19&set_filter=1&status_id=c) * "1.6.2":http://redmine.lighttpd.net/versions/show/17: 2009-04-18 ("fixed bugs":http://redmine.lighttpd.net/projects/spawn-fcgi/issues?fixed_version_id=17&set_filter=1&status_id=c) * "1.6.1":http://redmine.lighttpd.net/versions/show/15: 2009-03-29 ("fixed bugs":http://redmine.lighttpd.net/projects/spawn-fcgi/issues?fixed_version_id=15&set_filter=1&status_id=c) * "1.6.0":http://redmine.lighttpd.net/versions/show/14: 2009-02-28 ("fixed bugs":http://redmine.lighttpd.net/projects/spawn-fcgi/issues?fixed_version_id=14&set_filter=1&status_id=c) h2. Why you should use spawn-fcgi instead of something else * Privilege separation without needing a suid-binary or running a server as root. * You can restart your web server and the FastCGI applications without restarting the others. * You can run them in different chroot()s. * Running your FastCGI applications doesn’t depend on the web server you are running, which allows for easier testing of/migration to other web servers. h2. Building * [[Build|Build from normal releases/snapshots]] * [[SVN|Build from SVN]] h2. Usage * [[Basic Ideas]] * Example run scripts for daemontools or runit: source:/trunk/doc/ h2. Known issues * Windows: doesn't work with "native" (i.e. not cygwin) binaries. See http://redmine.lighttpd.net/boards/2/topics/686 (http://redmine.lighttpd.net/attachments/727/spawn-fcgi-win32.c) h2. Pages in lighttpd wiki * [[lighttpd:Example_fastcgiCentosInitScript|Example:fastcgiCentosInitScript]] [[lighttpd:Example:fastcgiCentosInitScript]] * [[lighttpd:ScriptsUbuntu|ScriptsUbuntu]] [[lighttpd:ScriptsUbuntu]] * [[lighttpd:HowToSetupFastCgiIndividualPermissions|HowToSetupFastCgiIndividualPermissions]] [[lighttpd:HowToSetupFastCgiIndividualPermissions]] * [[lighttpd:HowToSetupFastCgiIndividualPermissionsInitScript|HowToSetupFastCgiIndividualPermissionsInitScript]] [[lighttpd:HowToSetupFastCgiIndividualPermissionsInitScript]] * [[lighttpd:HowToRestartLocalBackendWithoutDowntime|HowToRestartLocalBackendWithoutDowntime]] [[lighttpd:HowToRestartLocalBackendWithoutDowntime]] * [[lighttpd:HowtoSpeedUpStatWithFastcgi|HowtoSpeedUpStatWithFastcgi]] [[lighttpd:HowtoSpeedUpStatWithFastcgi]] * [[lighttpd:Docs_ModFastCGI|Docs:ModFastCGI]] [[lighttpd:Docs:ModFastCGI]] h3. Development * [[Release-Procedure]]