Starting Apache HTTP server

Please follow the steps to restart Screena Portal in this order:

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 on

Then enter this command to start Apache HTTP server:

sudo service httpd start

Last updated