Working with the Wampserver 2.2 64x on win8.1, suddenly it has stopped starting services.its giving the following error:
wampserver 2.2 64x could not execute menu item (internal error)[Exception] Could not execute run action: the directory name is invalid
What i have done yet is start all Services/Restart All Services and restart wampserver, didn't work!
I tried to Install Service:
wampmanager -> Apache -> Service -> Install Service.
cmd saying Actually Port 80 is used by server:Microsoft HTTPAPI/2.0
But MySQL Install Service: wampmanager -> MySQL -> Service -> Install Service. doesn't work!
And also i tried to change port 80 (httpd.conf)
#Listen 12.34.56.78:80
Listen 80
to
#Listen 12.34.56.78:80
Listen 8080
after a restart of Wampserver its try icon got active(green) but still not working (giving the error)
Even i did System restore to the date where it was working with no errors but didn't work.
Any one know whats wrong with this?
This message from the
test port 80
functionis saying that you have recently installed or activated IIS or maybe SQLServer.
Because the IIS or SQLServer services are configured to Start Automatically after a boot they have already grabbed Port 80 so when you start Apache it cannot get hold of port 80.
So either uninstall IIS or SQLServer or change their startup type using the Services snapin to
Manual
or evenDisable
them and then reenable them when you want to use them.Things I know can grab port 80 and are related to IIS and SQLServer installs are
There may be others
How to find out whats using port 80
From a command window, started using "Start as Administrator" do
Look at the result of this command and then put the PID number ( last number on the line ) into this command
In this example Apache is using port 80 but yours will probably be something different