I have successfully enabled and installed the WSL on my Windows 10 laptop, after the anniversary update. I also have installed apache.
The default apache webpage is available at http://localhost so it works.
What I would like to do is to change the document root configuration to the mounted Windows disk partition, in /mnt/d/Dropbox/blog. I have checked the blog folder and set :
chown to www-data:www-data
chmod to 755
After service restart, I get the
Apache 403 Forbidden Error
I have checked over the internet, but no serious issue. Do you have any idea?
Directory
directive for that folder that grants access? – Florian Diesch Aug 29 '16 at 09:42