Page 1 of 1

Can anyone help a noob?

PostPosted: 23. August 2020 03:46
by spungedave
I am trying this install for the first time and am stuck. My problem is "Apache won't start", and I've read through the Q&A on it without finding anything that seems to speak to my circumstances. I confirmed I am Administrator on my Windows 10 Pro system and am running XAMPP Control Panel as such. Install went fine but Apache shuts down immediately. Apache error log shows these lines each time I try to start it:

[Sat Aug 22 19:37:36.654297 2020] [ssl:warn] [pid 12368:tid 628] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Aug 22 19:37:36.699736 2020] [core:warn] [pid 12368:tid 628] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Aug 22 19:37:36.705715 2020] [ssl:warn] [pid 12368:tid 628] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP Warning: 'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
[Sat Aug 22 19:37:36.707714 2020] [:emerg] [pid 12368:tid 628] AH00020: Configuration Failed, exiting

If anyone can suggest a fix I'll be super-grateful!

Spungedave

Re: Can anyone help a noob?

PostPosted: 23. August 2020 07:24
by Altrea
Download and install the Visual C++ Download for Visual Studio 2015, 2017 and 2019 (x64) from here: https://support.microsoft.com/en-us/hel ... -downloads

Re: Can anyone help a noob?

PostPosted: 23. August 2020 18:29
by spungedave
That did the trick, thanks!