Error:
503 - Service temporarily not available
This error will show when Apache not running after its_multisite.conf creation
Solution:
[root@localhost log]# sudo /usr/sbin/setsebool httpd_can_network_connect 1
[root@localhost log]# sudo /usr/sbin/setsebool httpd_can_network_connect true
Comments