I wanted to use XAMPP to make the plugins with MySQL for my Minecraft server. But if I want to start at XAMPP Apache he says that there's a mistake but in the error.log is nothing. Can someone help me?
(…) he says that there's a mistake (…)
More does not really say the error message?
19:06:49 [Apache] Error: Apache ended unexpectedly
19:06:49 [Apache] Cause could be a blocked port, missing dependencies,
19:06:49 [Apache] missing permissions, a crash or aborting another method.
19:06:49 [Apache] Press the Logs button to see error logs and check
19:06:49 [Apache] in the Windows Event Viewer for more information
19:06:49 [Apache] If you need more help, copy the full contents of the log window
19:06:49 [Apache] and add it as a supplement in a new forum entry.
If there's an error message must also be what in the logs. Presumably you look in the wrong logs or filter wrong. Lg
Do you have Skype installed on your computer or other software that uses port 80?
19:06:49 [Apache] Error: Apache ended unexpectedly
19:06:49 [Apache] Cause could be a blocked port, missing dependencies,
19:06:49 [Apache] missing permissions, a crash or aborting another method.
19:06:49 [Apache] Press the Logs button to see error logs and check
19:06:49 [Apache] in the Windows Event Viewer for more information
19:06:49 [Apache] If you need more help, copy the full contents of the log window
19:06:49 [Apache] and add it as a supplement in a new forum entry.
Skype is not installed on other software I would not know that the port 80 is used
Since there was an unexpected crash, the crash must be in the logs. Start XAMPP as administrator and try appache again.
The same mistake
There's probably a port occupied.
Here I just googled for you.
http://www.coder-welten.com/windows-10-unable-to-open-process/
If you do not trust the link google just go to Xampp Port 80.
In the control panel there's a button Netstat, which indicates which ports are already occupied by the computer. Either you end the program, which occupies the port or change its port (via program settings, etc.) or you set a new port for Apache.
In the apache directory (XAMPP installation directory) you should find a httpd.conf. In the can change the port for Apache.
Example:
Lists 8017
ServerName localhost: 8017
Then restart the server and see if it works. In the following, the server would be accessible via http://localhost:8017 in the browser.
There's no port 80 but there's also what red marked what does that mean?
Red is usually for warning / attention. The element that is marked can only be deciphered by you.
Does that mean the prozzesse must I quit? (SearchUI.exe, MinecraftLauncher.exe…)
I just found out myself. But the mistake is still there)
Port 80 is no longer busy? For sure? In case of doubt, I would simply change the Port of Apache.
If it still does not work, maybe I have a solution.
Recently, I helped someone who had a similar problem. With him, the program Java was simply blocked in the Windows own firewall…
So in your own firewall you have to release the port 80, not only in the router…
The tool "TCPViewer" of sysinternals shows the addition, the occupy ports and also shows which program it uses… That has helped me many times…