spawns FastCGI processes
https://redmine.lighttpd.net/projects/spawn-fcgi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
513 B
13 lines
513 B
|
|
==== |
|
NEWS |
|
==== |
|
|
|
- 1.6.0 - |
|
|
|
* Separated spawn-fcgi from lighttpd |
|
* Remove limits für php children; per default the PHP_FCGI_CHILDREN var is not changed (php defaults to no children, one worker) |
|
* Modified the log messages format (more details on errors, no source line) |
|
* Only try to connect to unix socket (not tcp) before spawning (fixes again #1575) |
|
* Only disconnect from terminal in fork mode (keep stderr/stdout open in nofork mode) |
|
* Allow numerical user and group ids for -u/-g (fixes #1141)
|
|
|