Question: To run CGI scripts with Apache, you need to **\_**.

  1. compile the script with a CGI compiler
  2. make the script executable
  3. make the script executable and set the `httpd_enable_cgi` SELinux boolean
  4. change the ownership of the script to Apache

Answer: The correct answer of the above question is Option C:make the script executable and set the `httpd_enable_cgi` SELinux boolean