Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A fter installing wamp server or phpmyadmin server which creates the folder on machine. I am unable to access the folder through any other computers using the IP address. even after opening the ports.. When I check it says the port 80 is closed
An Azure service that is used to provision Windows and Linux virtual machines.
Open elevated command prompt and run "netstat -nab | more" and look for your apache process to see whether it binds to the ip+port that you expect it to bind.
Note that if it binds to 127.0.0.1 IP then external PCs cannot access it.