Disabling web server for the web console
You can disable the web server for the DNCA web console. Disabling the web server prevents users from accessing the DNCA web console.
About this task
To disable the web Server for the web Console:
Procedure
- Run the following command.
./discover disable httpd
- If the web console is running, stop it using the following
command.
./discover stop httpd
- If the previous command does not stop the HTTPd process, verify that no user has the web console open in a browser window.
- If you run the previous command without success, you can use the
following command to stop any orphaned HTTPd processes:
- Log in as root.
- Run the following command:
killall httpd
PortalStatus
needs the web server to retrieve status information. If you disable the web server,PortalStatus
is no longer able to retrieve the status information for the DNCA.