Actions
Feature #335
closedmod_fastcgi does not allow a uid/gid to be specified when spawning fcgi apps
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
Updated by jan over 19 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom