Please follow the steps to restart Screena Portal in this order:
Starting PostgreSQL database
Starting Apache HTTP server (you are here)
Starting Screena application
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 3 years ago