0
pLZzz help me. Problem for Apache in XAMPP !
I have a problem in XAMPP. When I click on start button in XAMP for apache start then I'm getting error message. And I'm not able to start apache😭😭😫😭.
7 odpowiedzi
+ 1
you work with windows, linux or mac?
+ 1
hello, Windows, what Version?
+ 1
normaly it is easy to install xampp. if you jnstall it step by step what you read in the instruction, you don't will fail.
0
how can...
0
with windows ...
0
win 8.1 XAMPP is perfectly installed in my PC. Except Apache , all are running but Apache is not running and when I'm click on start then gives me a "system.error" pop up..😭😭😭
0
Hello! Port 80 may be blocked. by the Internet Information Services. It's a problem under win7 and win8.1.
Look under 'Programs und Features' if the Internet Information Services (IIS) are activated. If yes, may be the port is blocked.
Use the Netstat-Tool from XAMPP if so. You will find somethink like '00:00:00 [Apache] Problem detected!' and '00:00:00 [Apache] Port 80 in use by "Unable to open process" with PID 4!'. If so, change the port for the Internet Information Services (IIS).
Go to the IIS - manager. (You find the maneger, when you click the windows button and write in 'Internet Information Services manager' Under [your computer-name] -> sies _> the default web site. right click and change here the port binding for example to 8080. Now you find apache under http://localhost and ISS under http://localhost:8080.
Hope that helps.