Installation guide
www.vmware.com
158
VMware ESX Server Administration Guide
Using the Apache Web Server with the
Management Interface
On VMware ESX Server, an Apache server is installed with the VMware Management
Interface. These are the commands to start, stop or restart the Apache server.
In order to use these commands, you must first log in as root (su -).
To start the Apache server, type
/etc/init.d/httpd.vmware start
To stop the Apache server, type
/etc/init.d/httpd.vmware stop
To restart the Apache server, type
/etc/init.d/httpd.vmware restart