Home > front end >  Apache is installed with besides 80 can't open the port of localhost how to solve?
Apache is installed with besides 80 can't open the port of localhost how to solve?

Time:09-29

Apache is installed, can normal boot service, HTTPD. Conf file only Listen in 80 cases, to open the localhost, properly with other ports are can't open, is this why?

CodePudding user response:

HTTP is the default port 80, so you just need to enter http://localhost
Use other ports if you need to specify, for example, http://localhost:8080

CodePudding user response:

HTTPD. Listen to other ports in the conf, if modified, can not access, just for the port being used,
  • Related