Web Server
Makes it possible to manipulate (Start & Stop) or check on the status on the web server used for the Web GUI.
Warning
Stopping the web server takes down the Web GUI and the REST API at the same time, for every user — there is no separate control for the two. Prefer Restart over a manual Stop followed later by Start, to minimize the outage window.
A restart is typically needed after changing something the web server reads at startup, such as installing a new X.509 certificate, changing mTLS settings, or recreating the DH parameter file — most of those menus already offer to restart for you, but this menu is useful if you skipped that or need to restart independently.
┌────────────────────────────────────────────────────────────────────────────┐
│ Service Management on node1 (Version X.X.X build XXXX) │
└────────────────────────────────────────────────────────────────────────────┘
┌─┬──────────────────────────────────────────────────────────────────────────┐
│1│Show status of the Web Server │
│2│Start the Web Server │
│3│Stop the Web Server │
│4│Restart the Web Server │
└─┴──────────────────────────────────────────────────────────────────────────┘
Move the cursor or enter a it's corresponding number (Q to Quit)
Main> System Settings> Service> Web>
Show status of the Web Server
* nginx is running
Press any key to continue
Start the Web Server
* Starting web server nginx [ OK ]
Press any key to continue
Stop the Web Server
* Stopping web server nginx [ OK ]
Press any key to continue
Restart the Web Server
* Stopping web server nginx [ OK ]
* Starting web server nginx [ OK ]
Press any key to continue