I am unable to access my web server via the <dnslabel>.southeastasia.cloudapp.azure.com
The connection just times out.
The OS is:
Distributor ID:Ubuntu
Description:Ubuntu 14.04.5 LTS
Release:14.04
Codename:trusty
Apache is running
* apache2 is running
wget shows that I can connect to localhost:
wget localhost
--2018-07-22 11:33:28-- http://localhost/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 357 [text/html]
index.html: Permission denied
Cannot write to ‘index.html’ (Permission denied).
I have inbound and outbound port rules set within the azure portal.
PRIORITY NAME PORT PROTOCOL SOURCE DESTINATION ACTION
100 Port_80 80 Any Any Any Allow
I have tried removing and readding the inbound and outbound rules, restarting apache, restarting the server updating the server. Is there something I am missing?
What else is required to allow the <dnslabel>.southeastasia.cloudapp.azure.com dns resolve to my VM.
Thanks