FTP and Apache file permissions for virtual hosting
Now trying to setup what I thought was a standard setup - Apache 2 running on Linux Fedora Core 3 supporting multiple websites.I can get virtualsites working, but can't get the file permissions to work between FTP and Apache.
For each virtualsite, I'm settings the documentroot to /home/username/public_html
FTP (vsftp) allows the user to login and upload their files, but Apache gives an access error when trying to view any of the web content.
I've fiddled with the "directory" keywords in httpd.conf but that didn't seem to make a difference and I disabled SELinux to avoid that added complexity at this point.