APACHE not starting on MAMP in Windows 10 - apache

After installing MAMP on my windows 10 machine, I wanted to start the servers. I got the pop-up, 'APACHE' needs open port '80' which is already used by httpd. Please help.

The matter is resolved. The mistake was in the configuration.

Related

XAMPP 1.7.7 - Apache won't start (ports already changed)

I installed XAMPP 1.7.7 for testing on the old php version. Current XAMPP is running fine. I changed the ports in httpd.conf from 80 to 8081, and in httpd-ssl.conf from 443 to 4434.
Still, when trying to start apache, I get the error
"error: apache was stopped unexpected. This might be caused by a blocked port, missing dependencies,..."
I also changed these ports again (they were not used in both cases).
I run XAMPP as an administrator and I disabled my firewall without any results... What are other possible options? (Error-)Logs are empty.
maybe the following information might help:
I am using windows 10, xampp 1.7.7 portable, and although I changed the ports, when I run XAMPP, it tells me the following:
Problem detected!
Port 80 in use by "Unable to open process" (PID 4)!
Apache will NOT start without the configured ports free!
Try to do this:
Run -> CMD, type services.msc and stop the program:
Web Deployment Agent Service
Afterwards try restarting XAMPP and say if it works or not!
I fixed it via reinstalling into another directory.

Apache is not running from XAMPP

I have IIS and skype like things on my system. So, i changed my port from 80 to 8081 and PID from 443 to 4433 or any other. And it was working after installation well and good. But then i restarted my system again. Apache didn't run and i tried to stop the ports and also changes my PORT and PID but it's still not working. Can anyone help me on this situation and i don't under all this now.
these are the I have done this too
I have installed xampp. but apache is not starting showing is program can't start because api-ms-win-crt-runtime-I1-1-0. dil is missing from your computer. Try reinstalling the program to fix this program

Wamp-Server 2.5, Localhost not working

I'm trying to open localhost like this: http://localhost/
The browsers is telling that it can't connect to http://localhost/
I've tried to check port 80 by: Clicking on wamp icon > Apache > Services > Test port 80 I get following result: Your port 80 is not actually used
Can someone help me to get localhost working?
Click on wamp icon > Apache > Services > Install Service.
This solved the problem for me. You can try this.
You should also ensure that
you have the latest versions of the VC11 C++ runtime: [ [www.microsoft.com] ]
Note: If you use a Windows 64-bit version, you must install both 32 and 64 bits versions of the VC11 (2012) runtime.
And to solved port 80 issue try following it work for me:
Click on wamp icon > Apache > Services > Install Service.
After making changes dont forget to restart all services.
this work for me, save my day thanks ! :)
For me, Skype was interfering with WAMP, if I closed skype, everything worked fine. (on windows 8.1)
Uninstallation and then re-installing worked for me.
I didn't tried to install Apache service ( as I was not aware of that method at that time). You should try that first.
I have wamp 2.5 on windows 10.1 (64-bit)
For me I got the same problem saying that the port 80 is being used by another application. I tried installing the service by clicking on system tray wamp icon > Apache > Services > Install Service.
Then it displayed the message saying port 80 is being used by another application and it also suggested the application (in my case it was skype). I closed the skype runnning in my system tray and tried installing the serviceby clicking on system tray wamp icon > Apache > Services > Install Service.
The it installed successfully and restarted the all the services under wamp icon > Apache > Services.
And it started working.
You need to open the following file from the path:
c:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf
In the file, search for 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 that your address is http://localhost:8080/ in your browser.
If you are install wamp server, i need install to the icuuc51.dll to windows\system32 and Windows\SysWOW64.
When you init the server his dont show the message to install this dll.
http://pt.dll-files.com/icuuc51.dll.html
Detail. the wamp do not can start by the icon you need run manually the httpd.exe
C:\wamp_2\bin\apache\apache2.4.9\bin\httpd.exe

Xampp Apache Service Not Starting

I have installed xampp 3.2.1 in my virtual machine windows xp.i need mysql and apache services for my project mysql service starts easily but apache service is not staring even if it starts for few seconds it shut downs immediately.
checked that no other service or application like skype or any other is running on port 80 using xampp control panel Netstat
change the configurations of ports in httpd.conf and httpd-ssl.conf tried different ports like 1337 and 7331 , 3333 and 4444 , 81 and 444 and many others but no luck.
Tried disabling IIS as recommended in forums but again no luck.
Stopped Web Client in Services but no solution also recommended to check the path of mysql and apache services in services tab but there is no mysql and apache services in services tab.
Am I missing any configuration or is it virtual machine problem.
Any help is highly appreciated.
Exactly, skype application running on your pc is a factor that might disabled the xampp from working.. So ensure you signed out from the skype and start the xampp / wamp again.
Yes, it works after running.
you must change Port 443 to some other available port number in httpd-ssl.conf file
I've just solved the same problem. In my event it was about virtual hosts configuration (httpd-vhosts.conf). Probably there was a kind of typo or a wrong command. I deleted all my added virtual hosts, restarted apache in xampp (to see that it is starts running), then added the virtual hosts anew, and one more time restarted xampp.
Best,
Eugene
PS. Make a copy of the file httpd-vhosts.conf for recovery.

Apache not running

I need to use Wordpress with XAMPP for a task in a study project.
I installed XAMPP, and now I'm supposed to start MySql and Apache from the Xamp Control Panel.
If I start the panel, it displays:
XAMPP Control Panel Version 2.5.8 (2009-07-28)
XAMPP for Windows Version 1.7.3
Windows 5.1 Build 2600 Platform 2 Service Pack 3
CurrentDirectory: C:\xampp
Status Check OK
If I click on the Start button for the Apache module, the following two lines are added:
Busy...
Apache started
But it's not started. It's still Stopped.
I found this thread, describing the same problem with a solution:
http://www.netshinesoftware.com/component/option,com_myblog/Itemid,65/show,Apache-wont-start-on-XAMPP.html/
But Skype is not running. If i check the ports in cmd with netstat -a -no there is one entry with port 80, but it's from IP adress 0.0.0.0 and the corresponding PID I cannot find in the 'tasklist'
What could be the problem and how can I resolve it?
Thank you!
Look in your error logs to see what Apache says: C:\xampp\apache\logs\error.log
And look at Server Fault; that's a better place for Apache and XAMPP questions: Questions containing 'xampp [apache] wont start' - Server Fault