By default, the SELinux boolean httpd_enable_cgi
is enabled.
This setting should be disabled unless httpd
is used with CGI
scripting.
To disable the httpd_enable_cgi
SELinux boolean, run the following command:
$ sudo setsebool -P httpd_enable_cgi off