IT thoughts, ideas and solutions
  • Start
  • About me
  • Business profile

selinux

A collection of 1 post

19 Oct 2016 • 1 min read

Ghost CMS + SELinux

Easy way to deal with SELinux blocking Your ghost blog port (or other app). Check on what port Your app is listening: netstat -tulpn Check what http ports are allowed by SElinux: semanage port -l | grep http Add Your port to SELinux: semanage port -a -t http_port_t -p

Read more
  • Start
  • About me
  • Business profile
Published with Ghost