I use XAMPP 1.7.7 after start Apache I get this alert:
Busy...
Apache started [Port 80]
And I have opened the httpd.conf
file and I have changed the port number to 8080
or 85
.
But I still have above alert after reset XAMPP and start apache.
What should I do?
Yeh, i have faced the same problem, what has append in my case is i have installed SQL Server and "SQL Server Reporting Services" is running in port 80 so that is the issue.
when i stopped that service, i could be able to run Apache on port 80
XAMPP 1.7.4 and XAMPP 1.7.7 display misleading port information in the XAMPP Control Panel.
Regardless of which port you specify Apache to listen to, the XAMPP Control Panel will always display:
This is WRONG!!!! This is a HARDCODED string in XAMPP 1.7.4 and 1.7.7. It does not reflect the actual port Apache is listening to.
see more here: http://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp
I had the same problem. How did I solve it? The Port 80 seems to be used by other programs. In my case XAMPP stopped working when I installed Microsoft WebMatrix. The Apache stopped working. When I uninstalled WebMatrix with all its components, Apache started working great. I hope this can help anyone who had the same problem.
I had this same problem. It was completely solved by following these two instructions:
The above works for some people, but not for me, in addition I had to follow this too:
I found this solution on this site, which explains further: http://www.cameroncooke.com/2009/01/25/windows-7-uses-port-80-and-makes-it-impossible-to-install-apache-solution/comment-page-3/#comment-1099
I also had the same problem. The Port 80 seems to be used by other programs. In my case,too XAMPP stopped working when I installed Microsoft WebMatrix. The Apache stopped working. When I uninstalled WebMatrix with all its components, Apache started working great. I hope this can help anyone who had the same problem.
Follow this procedure : How to change XAMPP apache server port?
It explains how resolve apache port issues in 4 steps :
If you still got a problem after try this process : this means that an application uses all available ports or dynamically change.
Simpler solution is to exit Skype, and then start Apache, then start Skype again. This is one time operation and solves the problem