So here's a dumb question
DocumentRoot for this virtualhost is /home/schof/www. /home/schof/* is set to owner:group schof:schof. Everyone can read. (chmod -R a+r /home/schof/www). If I "chown -R apache:apache /home/schof/www" everything works fine. But what about the operator of a virtualhost trying to FTP in? Shouldn't it work with owner and group schof if read access is given to everyone?
Thanks!