Starting Apache HTTP server
sudo setsebool httpd_can_network_connect onsudo service httpd startLast updated
Please follow the steps to restart Screena Portal in this order:
Starting Apache HTTP server (you are here)
In case of an update of the security settings, enter this command to re-authorize the Apache server to communicate with the Spring Boot application:
sudo setsebool httpd_can_network_connect onThen enter this command to start Apache HTTP server:
sudo service httpd startLast updated