Ce contenu n'est pas disponible dans la langue sélectionnée.
10.3. Launch the Apache Web Service
The dashboard is a Django (Python) web application; it is hosted by the
httpd
service. Start the service, and configure it to start at boot time:
systemctl start httpd.service systemctl enable httpd.service
# systemctl start httpd.service
# systemctl enable httpd.service