Actions
Bug #16
closedmissing exec on fastcgi handler
Status:
Fixed
Priority:
Normal
Category:
mod_fastcgi
Target version:
-
ASK QUESTIONS IN Forums:
Description
There is a missing "exec" after the "-c" argument on fcgi.c:
/* exec the cgi */ execle("/bin/sh", "sh", "-c", appPath, NULL, env.ptr);
Without that, when one kills lighttpd the started fastcgi applications will not be killed.
Updated by Anonymous over 19 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Fixed in changeset r28
-- jan
Actions
Also available in: Atom