Changeset 2107

Show
Ignore:
Timestamp:
02/28/2008 09:19:24 PM (3 months ago)
Author:
stbuehler
Message:

r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100
Fix sending source of cgi script instead of 500 error if fork fails

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/NEWS

    r2106 r2107  
    4646  * fixed body handling of status 300 requests  
    4747  * 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 
    4849 
    4950- 1.4.18 - 2007-09-09 
  • branches/lighttpd-1.4.x/src/mod_cgi.c

    r2065 r2107  
    10051005                /* error */ 
    10061006                log_error_write(srv, __FILE__, __LINE__, "ss", "fork failed:", strerror(errno)); 
     1007                return -1; 
    10071008                break; 
    10081009        default: {