By default, the SELinux boolean httpd_builtin_scripting
is enabled.
This setting should be disabled if httpd
is not running php
or some similary scripting language.
To disable the httpd_builtin_scripting
SELinux boolean, run the following command:
$ sudo setsebool -P httpd_builtin_scripting off