Securing php on a shared apache
- by Jack
I'm going to install apache+php in a server where two users, A and B, will deploy their website. I'm trying to achieve isolation of users' space for security reasons: that is no scripts from site A should be able to read files in site B.
To achieve this I installed suphp. Website files of user A are owned by A:A with perm=700 and user of B are…