What is the method to check the operational status of the Apache HTTP Server in ONTAP?
Applies to
ONTAP 9
Answer
Verify the status using the following ONTAP commands:
- For system-level verification, use the "
system services web show
" command:
::> system services web show
External Web Services: true ---> Apache server is online
Status: online
HTTP Protocol Port: 80
HTTPS Protocol Port: 443
HTTP Enabled: false
- For vserver-level verification, specify with the "
-vserver
" option:
::> vserver services web show -vserver svm910d
Vserver Type Service Name Description Enabled
-------------- -------- ---------------- ----------------------------- -------
svm910d data backups Configuration Backup Download true
svm910d data docs-api REST API Documentation true
svm910d data ontapi Remote Administrative API true
Support
svm910d data rest Remote Administrative REST true ---> REST API is enabled on vserver
API Support
svm910d data security Security features true
Additional Information
N/A