Hi Tomcat users! I have a problem with user permissions on my web server - when a file is ftp'd to the webserver the permissions are -rw-r----- and browsers trying to access the url are forbidden to view. Once I chmod 666 the file then browsers gain access. But as my website changes constantly I don't want to do this every time. Apache is owned by 'root' but I administer and own the site documents as 'web'. How can I change apache to allow public access to files with read permissions?
Thanks for your Help! Michele