Is there another way to run Apache2 securely for end users without using CGI mode?

Posted by Volomike on Server Fault See other posts from Server Fault or by Volomike
Published on 2010-03-23T05:46:09Z Indexed on 2010/03/23 5:53 UTC
Read the original article Hit count: 467

Filed under:
|
|
|

Is there another way to run Apache2 securely for multiple end users (like hosting hundreds of blogs) without using CGI mode as required by suPHP?

It just seems so inefficient to use CGI mode for PHP when if we could set up permissions properly, we could host PHP through mod_php perhaps?

I mean, I do want to restrict these users to their home directories for their sites, but don't want any security issues.

© Server Fault or respective owner

Related posts about php

Related posts about apache2