10.4. Launch the Apache Web Service
Because the Dashboard is a Django (Python) web application, it is hosted by the
httpd service. To start the service, execute the following commands as the root user:
- To start the
service, execute on the command line:#service httpd start - To ensure that the httpd service starts automatically in the future, execute:
#chkconfig httpd on - You can confirm that
httpdis running by executing:#service --status-all | grep httpd