[linux] preventing access in shared hosting
- by jack
Hi Linux Admins
I set up a small shared hosting that contains some sites.
For each site, there is a user. I mean, for abcd.com, I created abcd.com user and put htdocs for web hosting.
I have no idea on how to prevent abcd.com from accessing xyzd.com's data.
I have chmoded by changing 0 to others permission, which makes access defined by Apache
when I view it with browser.
How can I secure access?
Thanks.