Skip to main content

Components management

Apache server

In order to restart http server, go to webmin / Bootup and Shutdown

 

 

 

Select service you would like to restart;

 

 

Click “Restart” at the bottom of the page:

 

 


 

Postgres DB server

In order to restart DB Server, you can use webmin in Server / PostgreSQL Database Server :

 

 

You can also manage DB Server stop/start/status using systemctl command line such as

·         Status: systemctl status postgresql-14

·         Stop: systemctl stop postgresql-14

·         Start: systemctl start postgresql-14