Answer the question
In order to leave comments, you need to log in
XAMPP error not starting APACHE?
Hello. Did the XAMPP setup. Apache does not want to run in any. It costs WINDOWS 10
I did the setup according to this video = " https://www.youtube.com/watch?v=J-dZcM98NH8 "
Gives an error:
01:38:33 [Apache] Error: Apache shutdown unexpectedly.
01:38:33 [Apache] This may be due to a blocked port, missing dependencies,
01:38:33 [Apache] improper privileges, a crash, or a shutdown by another method.
01:38:33 [Apache] Press the Logs button to view error logs and check
01:38:33 [Apache] the Windows Event Viewer for more clues
01:38:33 [Apache] If you need more help, copy and post this
01:38:33 [Apache] entire log window on the forums Tried a
lot, namely:
#Listen 12.34.56.78:80
Listen 80
changed to
#Listen 0.0.0.0:80
#Listen [::]80
Removed Skype, created an exception in the browser on ports 80 and 443
I read the article and tried this:
Apparently the built-in http service starts with the core of the system. Try the following:
1) Go to the registry. Run->regedit
2) To the branch HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP
And the difference in these methods:
3) Create a Dword type parameter with the name "NoRun" and assign it the value "1" without quotes.
or
3) We are looking for the “Start” parameter and change the value to “0” without quotes, naturally.
4) Reboot the computer.
Tried this and that.
Here are the changes made to c:\xampp\apache\conf\extra\httpd-vhosts.conf
Maybe something is wrong here???
ServerAdmin [email protected]
DocumentRoot "c:\mysites\wordpress.ru\www"
ServerName wordpress.ru
ServerAlias www.wordpress.ru
ErrorLog "c:\mysites\wordpress.ru\logs"
CustomLog "c:\mysites\wordpress .ru\logs\access.log" combinet
Require all granted
AllowOverride All
Order allow,deny
Allow from all
Help Apache doesn't want to start.
Answer the question
In order to leave comments, you need to log in
If IIS is installed, then try disabling it according to the instructions . Might solve your problem.
Oleg, it did not help, IIS was not enabled for me: there was no checkmark in front of the IIS service in the Windows components.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question