server_management:faq

This is an old revision of the document!


This page lists questions/issues that may come up when setting up a server.


A: SELinux can block the httpd process from making network requests. This will stop curl from working. You can check if the SELinux 'httpd_can_network_connect' flag is enabled by running the command getsebool httpd_can_network_connect. If the response is 'off' then this can be enabled by running the command setsebool -P httpd_can_network_connect on.


  • server_management/faq.1589214289.txt.gz
  • Last modified: 2020/05/11 16:24
  • by tech2admin