![]() |
If the Web Manager stops responding you can perform the following procedure to restart the Apache web server.
1. Enter the http -k start command as shown in the following screen example.
[root@OnBoard /]# /usr/local/apache2/bin/httpd -k start
2. Enter the ps command with the -ef option and look for a line with apache, as shown in the following screen example.
[root@OnBoard root]# ps -fe | grep apacheIf a line like the one in the previous screen example appears, the web application successfully restarted.