简体   繁体   中英

Xampp port 80 is use

Port 80 in use by ""C:\\Apache24\\bin\\httpd.exe" -k runservice" with PID 30352! Apache WILL NOT start without the configured ports free! You need to uninstall/disable/reconfigure the blocking application or reconfigure Apache and the Control Panel to listen on a different port

Edit : I've tried all solutions I found in StackOverflow but it doesn't work!!

在控制面板上,将端口更改为另一个未使用的端口

You have apache serving on port 80 already as a separate program which is not xampp. This seems to be Apache24 based on your file path. If you want to use the xampp version you can turn off your current apache instance. If you know that you want this alternative apache to be turned off, you can kill it with the command below from CMD.

TASKKILL /F /IM httpd.exe /T

Once it's gone, you can turn on xampp's apache and it will bind to port 80 by default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM