Re: Execute apache or php as different user per virtualhost.

2006-03-23 Thread Enrico Weigelt
* Joost de Heer <[EMAIL PROTECTED]> wrote: > >SuExec needs CGI, so that isn't an option. > > The PerChild MPM has AssignUserID. Ah, does this work now ? That'd great news ... BTW: there's metuxmpm: http://www.metux.de/mpm/ (okay, the project is not quite active at the moment :() cu -- ---

Re: Execute apache or php as different user per virtualhost.

2006-03-22 Thread Joost de Heer
I want to execute apache and/or php as different user per virtualhost. SuExec. This should be on the users list, not on the developers list, by the way. SuExec needs CGI, so that isn't an option. The PerChild MPM has AssignUserID. And AFAIK, with suexec you can run a vhost under its own I

Re: Execute apache or php as different user per virtualhost.

2006-03-22 Thread Ivan Ristic
> Quote: "Also, CGI isn't an option. Currently the host uses the 'Apache 2.0 > Handler'. We use Apache 2.0.x" > > SuExec needs CGI, so that isn't an option. SuExec plus FastCGI should give you the performance *and* security. There are two FastCGI modules available: mod_fastcgi (works fine for me)

Re: Execute apache or php as different user per virtualhost.

2006-03-22 Thread Mathijs van Veluw
Joost de Heer wrote: Mathijs van Veluw wrote: Hello there, I want to execute apache and/or php as different user per virtualhost. SuExec. This should be on the users list, not on the developers list, by the way. Joost Quote: "Also, CGI isn't an option. Currently the host uses the 'Ap

Re: Execute apache or php as different user per virtualhost.

2006-03-22 Thread Joost de Heer
Mathijs van Veluw wrote: Hello there, I want to execute apache and/or php as different user per virtualhost. SuExec. This should be on the users list, not on the developers list, by the way. Joost