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 if you reboot your server. So what I do is turning SELinux off as

Code Block
echo 0 > /selinux/enforce