Wamp-Server 2.5, Localhost not working

I am trying to open localhost as follows: http://localhost/
Browsers report that it cannot connect to http://localhost/

I tried checking port 80: Clicking on wamp icon > Apache > Services > Test port 80
I get the following result: Your port 80 is not actually used

Can someone help me get localhost to work?

+6
source share
7 answers

Click the wamp> Apache> Services> Install Service icon.

This solved the problem for me. You can try this.

+8
source

You must also ensure that you have the latest versions of the VC11 C ++ runtime: [[www.microsoft.com]] Note. If you are using a 64-bit version of Windows, you must install both 32 and 64-bit versions of the VC11 (2012) runtime.

And to solve the problem with port 80, try to do it for me: Click the wamp> Apache> Services> Install Service icon.

After making changes, be sure to restart all services. this work is for me, save my day thanks! :)

0
source

For me, Skype interfered with WAMP, if I closed skype, everything worked fine. (on windows 8.1)

0
source

Removing and reinstalling worked for me.

I did not try to install the Apache service (since at that time I did not know about this method). You must try first.

I have wamp 2.5 on windows 10.1 (64-bit)

0
source

I have the same problem for me, saying that port 80 is being used by another application. I tried to install the service by clicking the system tray icon> Apache> Services> Install Service.

Then it displayed a message saying that port 80 was being used by another application, and he also offered the application (in my case it was skype). I closed skype launch in my system tray and tried to install the service by clicking the system tray icon> Apache> Services> Install Service icon. He successfully installed and restarted all services under the wamp> Apache> Services icon.

And he began to work.

0
source

You need to open the following file from the path: c:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf

In the file, find Listen 80 .

Change the line Listen 80 to Listen 8080 (or another available port number).

Save the file and close it.

After that, make sure your address is http: // localhost: 8080 / in your browser.

0
source

If you install the wamp server, I need to install on icuuc51.dll in windows \ system32 and Windows \ SysWOW64.

When you start the server, it will not show a message to install this DLL.

http://pt.dll-files.com/icuuc51.dll.html

Detail. you cannot start with the icon that you need to start manually httpd.exe C: \ wamp_2 \ Bin \ Apache \ apache2.4.9 \ Bin \ httpd.exe

-2
source

Source: https://habr.com/ru/post/970377/


All Articles