Lighttpd fails with 403 - Forbidden with SELinux enabled

Solution 1:

You appear to be using a Samba share to store your web content. If you want SELinux to allow your web server to read files on Samba shares, you need to set the appropriate boolean. For instance:

setsebool -P httpd_use_cifs 1