Re: set the UIDs and GIDs
Sam Vilain <sam-s9IUA/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Shane De Jager wrote:
> Hi
>
> I am in the process of moving to mod perl from CGI. Under modCGI i could set UIDs and GID with suExec. Is this possible with fastCGI? As it is not possible with mod_perl. If so, how is it done?
Either use FastCGISuExec with dynamic applications, or use external
applications.
eg, if using CGI::Fast;
FASTCGI_SOCKET=:8010 perl myapp_server.pl
and set something like (check the man page for details):
FastCGIExternalServer -port 8010 -host localhost ...
a couple of quick pointers for you, anyway.
Sam.
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/