이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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