Система:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
Обычно следующее всегда работало для меня
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install -y build-essential
sudo apt-get install -y libapache2-mod-proxy-html libxml2-dev
sudo a2enmod proxy
sudo a2enmod proxy_http
sudo apt-get install policycoreutils
//Open the file /etc/selinux/config
//Change option SELINUX from disabled to enforcing
//Restart the machine
CMD LINE THE FOLLOWING
$/usr/sbin/setsebool -P httpd_can_network_connect 1
По какой-то причине он сейчас не работает, и я получаю сообщение об ошибке:
'setsebool: SELinux отключен.' Ошибка
Любое понимание будет приветствоваться, спасибо.