I create users so they can ftp onto the server into their /home/users/username folders. I will setup apache to see each vhost in each of the folders
Example
www.example.com would be
/home/users/wwwexamplecom/www
They could login with proftp to upload their documents. Jailed to their home folder.
My only problem is allowing apache to read from their document without compromising security. How would enable apache (httpd user on my Trustix setup) to be able to read from these folders? Currently getting the typical 403 errors.