You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Christoph Anton Mitterer <ca...@scientia.net> on 2011/12/30 23:03:07 UTC

[users@httpd] CGI/suexec uid/gid per directory possible

Hi.

I'd like to run PHP via CGI,... and especially run it as separate user.

But it seems that with suexec it's only possible to set a uid/gid für
suexec per vhost.

I would however like to set this per directory, as I have multiple
subdirs, e.g.

/davical
/forum

which all use CGI (or even PHP),.. but should all be separated.


Is this somehow possible? Or are there other tricks or wrappers than
suexec that I can use for this?

Thx,
Chris.