Question on a boolean related to httpd service.
Hi,
I am trying to enable <access to user's home directory> option on my web server running on RHEL7. Configured accordingly for access to public_html directory under one of my user's(testuser) account and tested out things are working(Able to access index.html under ~testuser/public_html directory from a remote web client).
Here is my doubt:
selinux mode is enforcing and boolean related to httpd_enable_homedirs is off. I wonder why the content(index.html) under ~testuser/public_html is still accessible in spite of httpd_enable_homedirs is off/
Thanks
Responses