I need some help setting the correct permissions or ownership of the apache document root. Here is what I need:
- different websites stored in
/var/www/html/<site>
- two users should update/manage the websites through ssh
- ownership should be different than the apache user (for security)
How can I do this? At the moment all files are world-writeable, which isn't good. The server runs CentOS 5.5
Thanks