I had WAMP working happily on windows 7 as my local development server. Upgraded to Windows 10 today and had an orange WAMP icon on my taskbar. Turns out Windows had installed and ran IIS automatically (why?).
I disabled IIS, restarted, started WAMP and the icon turned green. However, going to localhost results in a connection refused message. I used the 'Test Port 80' option on the WAMP menu and it says that yes, Server: Apache/2.2.21 (Win32) PHP/5.3.10
is listening on port 80.
The Apache error log doesn't display anything helpful.
[Wed Jul 29 17:48:40 2015] [notice] Apache/2.2.21 (Win32) PHP/5.3.10 configured -- resuming normal operations [Wed Jul 29 17:48:40 2015] [notice] Server built: Sep 10 2011 11:34:11 [Wed Jul 29 17:48:40 2015] [notice] Parent: Created child process 4200 [Wed Jul 29 17:48:41 2015] [notice] Child 4200: Child process is running [Wed Jul 29 17:48:41 2015] [notice] Child 4200: Acquired the start mutex. [Wed Jul 29 17:48:41 2015] [notice] Child 4200: Starting 64 worker threads. [Wed Jul 29 17:48:41 2015] [notice] Child 4200: Starting thread to listen on port 80. [Wed Jul 29 17:48:41 2015] [notice] Child 4200: Starting thread to listen on port 80.
The Apache access log just displays several instances of
127.0.0.1 - - [29/Jul/2015:17:52:47 -0700] "GET / HTTP/1.1" 302 202
Any hints, clues, questions to ask on how to proceed? Any way to get more details on why the connection would be refused, and what changed in Windows 10 that would cause it?
Right click on My Computer icon -> Properties Go to Device Manager Click on View menu and chooseShow hidden devices Now from the list choose Non-Plug and Play devices Double click HTTP -> go to Driver For Type choose Disabled Restart your computer After your computer boots up you should be able to start up WAMP server.
WAMP is an acronym that stands for Windows, Apache, MySQL, and PHP. It's a software stack which means installing WAMP installs Apache, MySQL, and PHP on your operating system (Windows in the case of WAMP).
With some windows updates it might occur the need to repeat this operation
When I upgraded to Windows 10, Wamp had a port problem with Apache.
Run cmd
as Administrator, and enter:
iisreset /stop
Then Apache > Service > Install Service
will prompt you to press Enter to install as normal.
Once installed Restart All Services
and you should be up and running.
You may also need to install: http://www.microsoft.com/en-us/download/details.aspx?id=30679
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With