Bug #16

missing exec on fastcgi handler

Added by rgl@ruilopes.com 1418 days ago. Updated 550 days ago.

Status:Fixed Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:mod_fastcgi
Target version:-
Pending:

Resolution:

fixed


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.

History

02/19/2005 09:39 PM - Anonymous

  • Status changed from New to Fixed
  • Resolution set to fixed

Fixed in changeset r28

-- jan

Also available in: Atom PDF