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:
  1. To start the service, execute on the command line:
    # service httpd start
  2. To ensure that the httpd service starts automatically in the future, execute:
    # chkconfig httpd on
  3. You can confirm that httpd is running by executing:
    # service --status-all | grep httpd