1.6.0
closedRelease-1.6.0¶
Important changes¶
- Removed limits for
-C phpchildren
option, which now justs setsPHP_FCGI_CHILDREN
ifphpchildren >= 0
(default: ommited); php's default isPHP_FCGI_CHILDREN = 0
, which means that the master process is the worker process. (not the same asPHP_FCGI_CHILDREN = 1
, which results in one master watching its child). Instead of using the-C
option you can now just set the environment var before invoking spawn-fcgi. - Modified the log messages format
Downloads¶
- http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.0.tar.gz
- MD5: 6e8999ba0476bf82df1b043f13af028e
- SHA1: 25401e0d99a15b0e70fcaba7037e16b31d1ccd7e
- http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.0.tar.bz2
- MD5: 06fcafdb87aeb5dc9b8f0f91632ae748
- SHA1: be3059ba344bcd3dc69a46bf1aceaaf0323ddf07
- SHA1 checksums: http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.0.sha1sum
- MD5 checksums: http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.0.md5sum
Changes¶
- Separated spawn-fcgi from lighttpd
- Remove limits for 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)
- Ignore pid-file option in no-fork mode (instead of producing empty file)
- Fix error handling for unix-socket-connect test
- Man page update
- Use header include order from 1.4.x
- Fix segfault due to uninitialized var
Also available in: TXT