That doesn't seem to work. I still end up getting forbidden, when my envvars contains
Code:
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
and the permissions of the folder in the user dir is
Code:
$ sudo ls -la ~/www
total 16
drwxr-s--x 3 www-data www-data 4096 Jun 19 23:34 .
with /var/www symlinked to ~/www/
I made sure to restart apache2, so it should be running as user www-data, which should have full read and execute access to that folder, but it still doesn't seem to read it.