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:

 

 

 

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

·         Status:

systemctl status httpd

·         Stop:

systemctl stop httpd

·         Start:

systemctl start httpd

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-15

·         Stop:

systemctl stop postgresql-15

·         Start:

systemctl start postgresql-15