php - Apache won't start on XAMPP -


this question has answer here:

here screenshot of issue.

enter image description here

i have checked xampp/apache/logs/error.log file , found nothing.

i have checked other application using port 80 on pc. web says culprit skype. have unchecked 'use port 80 , 443 alternatives incoming connections' option in skype. nothing happened. apache still shutdown itself.

i have tried cmd , type netstat -a -no. looking 127.0.0.1:80 or 192.168.1.100:80, using port 80. but, didn't find 127.0.0.1:80 or 192.168.1.100:80 there.

and here's update xampp.

9:25:15 pm  [apache]    problem detected! 9:25:15 pm  [apache]    port 80 in use "system"! 9:25:15 pm  [apache]    apache not start without configured ports free! 9:25:15 pm  [apache]    need uninstall/disable/reconfigure blocking application 9:25:15 pm  [apache]    or reconfigure apache listen on different port 

what's wrong , should do?

do have iis on system. seems using port 80 already.

open windows services , check.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -