Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/usr/sbin/setsebool httpd_can_network_connect 1


By the way, the above settings may not take effect when you reboot your server. So what I do is turning SELinux off to modify /etc/sysconfig/selinux

Code Block
SELINUX=disabled

You should reboot your system to make above works