question

AboAli-5564 avatar image
0 Votes"
AboAli-5564 asked cheong00 answered

Ports problem

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

azure-virtual-machines
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

cheong00 avatar image
1 Vote"
cheong00 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.