Search code examples
apachelocalhostlistenport80

Apache server - not loading localhost


I had this problem with my Apache server not starting, because port 80 was being used by some other program, I changed the 'Listen' port number to 8888 and the server got started. But now the problem is, when I try to access 'http://localhost/' from my browser its not finding it. Can anyone let me know whats the problem here, and resolution for the same ?


Solution

  • Your browser is defaulting to port 80 if no port is specified.

    Try http://localhost:8888