Project

General

Profile

Actions

Bug #16

closed

missing exec on fastcgi handler

Added by rgl@ruilopes.com about 19 years ago. Updated over 4 years ago.

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.

Actions #1

Updated by Anonymous about 19 years ago

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

Fixed in changeset r28

-- jan

Actions

Also available in: Atom