I've configured a ftp server on my Ubuntu box, and added a user to it. Now when I upload files to /var/www, the files aren't viewable on the web.
I'm using lighttpd as my webserver, which runs as user www-data. The ftp username is 'bla', who is in group ftpusers.
I'm a bit stumped now. Is the problem that lighttpd can't serve images which aren't owned by www-data? Or should I change the group of 'bla' to the same group www-data is in? Or..?