Changeset 2107
- Timestamp:
- 02/28/2008 09:19:24 PM (3 months ago)
- Files:
-
- branches/lighttpd-1.4.x/NEWS (modified) (1 diff)
- branches/lighttpd-1.4.x/src/mod_cgi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/lighttpd-1.4.x/NEWS
r2106 r2107 46 46 * fixed body handling of status 300 requests 47 47 * spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575) 48 * fix sending source of cgi script instead of 500 error if fork fails 48 49 49 50 - 1.4.18 - 2007-09-09 branches/lighttpd-1.4.x/src/mod_cgi.c
r2065 r2107 1005 1005 /* error */ 1006 1006 log_error_write(srv, __FILE__, __LINE__, "ss", "fork failed:", strerror(errno)); 1007 return -1; 1007 1008 break; 1008 1009 default: {

