Can I run a PHP script under user permissions using FastCGI and APACHE?

I would like to install Apache and PHP, but I read that mod_php is very slow. Many PHP developers have suggested using FastCGI.

Can I run php script with a specific user: group? (each vhost has a different user: group)

I know there is suphp, but it is too slow.

Thank you very much!

+1
source share
1 answer

Here is a recipe that uses suexec.

0
source

All Articles