Technical Tip: Unable to access Configuration Wizard in Azure
Description
> systemctl status httpd.service -l
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2021-10-27 16:31:58 EDT; 1min 12s ago
Docs: man:httpd(8)
man:apachectl(8)
Solution
Ensure inbound rules are configured to allow TCP access to the UI (8443 and 443). For instructions, see section "Add a Security Rule" of the Azure Deployment Guide in the Document Library.
Unable to access Configuration Wizard in Azure.
SSH is accessible.
Apache processes will not start
> systemctl status httpd.service -l
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2021-10-27 16:31:58 EDT; 1min 12s ago
Docs: man:httpd(8)
man:apachectl(8)
Solution
Ensure inbound rules are configured to allow TCP access to the UI (8443 and 443). For instructions, see section "Add a Security Rule" of the Azure Deployment Guide in the Document Library.