Project

General

Profile

Actions

Feature #335

closed

mod_fastcgi does not allow a uid/gid to be specified when spawning fcgi apps

Added by Anonymous over 19 years ago. Updated over 16 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_fastcgi
Target version:
-
ASK QUESTIONS IN Forums:

Description

mod_fastcgi: specifying uid/gid

It would be nice to add a uid=>"user id" and gid=>"group id" arguments to the fastcgi.server definitions to allow the fcgi apps to be launched as a particular user/group.

e.g.


  fastcgi.server = (
        "/cgi-bin/apps.fcgi" => (
          (
            "host"     => "127.0.0.1",
            "port"     => 10003,
            "bin-path" => "/home/www/cgi-bin/apps.fcgi",
            "uid"      => "webuser",
            "gid"      => "web",
          )
        ),
   )

-- marc

Actions #1

Updated by jan over 19 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom