I'm trying to get Apache running on my system using XAMPP, every time I try to start it I get an error:
09:28:04 [Apache] Error: Apache shutdown unexpectedly.
09:28:04 [Apache] This may be due to a blocked port, missing dependencies,
09:28:04 [Apache] improper privileges, a crash, or a shutdown by another > method.
09:28:04 [Apache] Press the Logs button to view error logs and check
09:28:04 [Apache] the Windows Event Viewer for more clues
09:28:04 [Apache] If you need more help, copy and post this
09:28:04 [Apache] entire log window on the forums
I've then opened the error log and it seems like it keeps outputting:
[ssl:warn] [pid 8516:tid 704] AH01909: www.example.com:443:0 server ? certificate does NOT include an ID which matches the server name
I then tried to do a little more research on the error and I then discovered that it could be administration issues, so I then ran it as admin but still nothing. Not sure how to proceed with this issue, so I thought I'd ask for help from someone with a little more experience with Apache and XAMPP.
htdocsfolder? - Shaun Bebbersexample.com- you should be able to change that to your local instance, so if you're usinglocalhost:443in your browser, replaceexample.comwithlocalhostas a starter. Try that and if you get no joy, revert it. Around line 36 of httpd-ssl.conf I haveListen 127.0.0.1:443as that points to my localhost. - Shaun Bebbersexample.comwithlocalhostbut this didn't seem to change anything. - Matt Hutch