Mobile app version of vmapp.org
Login or Join
Jamie184

: XAMPP error "Apache shutdown unexpectedly." Been having a problem with XAMPP lately. Whenever I try to start up Apache, it starts then stops and displays the following error message: Error: Apache

@Jamie184

Posted in: #Apache #Xampp

Been having a problem with XAMPP lately. Whenever I try to start up Apache, it starts then stops and displays the following error message:

Error: Apache shutdown unexpectedly.
This may be due to a blocked port, missing dependencies,
improper privileges, a crash, or a shutdown by another method.
Check the "/xampp/apache/logs/error.log" file
and the Windows Event Viewer for more clues


When I check the error.log file, the log is mostly filled with the following errors:

[Sun Dec 02 23:32:10 2012] [error] [client 192.168.1.102] File does not exist: C:/xampp/htdocs/HNAP1
[Sun Dec 02 23:32:10 2012] [error] [client 192.168.1.102] no acceptable variant: C:/xampp/apache/error/HTTP_NOT_FOUND.html.var
[Sun Dec 02 23:32:13 2012] [error] [client 192.168.1.102] File does not exist: C:/xampp/htdocs/TEADevInfo
[Sun Dec 02 23:32:16 2012] [error] [client 192.168.1.102] client denied by server configuration: C:/xampp/htdocs/xampp/


(I'm using XAMPP 1.8.1, with control panel v3.1.0.3.1.0)

This has really had me scratching my head for quite some time now. Any help would be appreciated!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah324

Are you using SSL? Have you tried to Fix this error by updating the configuration to force close the SSL service?

If you edit the file httpd.conf at /xampp/Apache/conf and comment out the line:
#LoadModule ssl_module modules/mod_ssl.so


Try to Start Apache again and see if it worked.

The source of this issue can occasionally be another service listening on port 443.

Hope that helps!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme