GNU/Linux xterm-256color bash 173 views

This tasks assumes you already have a working httpd install (including firewall)

  1. Make a /web directory with an html file
  2. Configure httpd to serve /web
  3. Test the configuration
  4. Temporarily disable SELinux and test again
  5. Inspect the SELinux configuration
  6. Configure policy to set httpd_sys_content_t on /web(/.*)?
  7. Apply policy to files
  8. Re-enable SELinux
  9. Test the configuration again