Share via

Ports problem

Abo Ali 1 Reputation point
2021-05-14T01:10:32.853+00:00

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
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

1 answer

Sort by: Most helpful
  1. cheong00 3,491 Reputation points Volunteer Moderator
    2021-05-14T01:22:14.367+00:00

    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.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.