Im trying to get my localhost working but i get a error 500 and this is the error log.
[Tue Oct 30 22:06:59.928513 2018] [ssl:warn] [pid 18896:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 30 22:07:00.012514 2018] [core:warn] [pid 18896:tid 236] AH00098: pid file D:/downloads/xampp/apache/logs/httpd.pid overwritten – Unclean shutdown of previous Apache run? [Tue Oct 30 22:07:00.016544 2018] [ssl:warn] [pid 18896:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 30 22:07:00.040534 2018] [mpm_winnt:notice] [pid 18896:tid 236] AH00455: Apache/2.4.35 (Win32) OpenSSL/1.1.0i PHP/7.2.11 configured – resuming normal operations [Tue Oct 30 22:07:00.040534 2018] [mpm_winnt:notice] [pid 18896:tid 236] AH00456: Apache Lounge VC15 Server built: Sep 19 2018 15:43:45 [Tue Oct 30 22:07:00.040534 2018] [core:notice] [pid 18896:tid 236] AH00094: Command line: ‘d:\downloads\xampp\apache\bin\httpd.exe -d D:/downloads/xampp/apache’ [Tue Oct 30 22:07:00.048545 2018] [mpm_winnt:notice] [pid 18896:tid 236] AH00418: Parent: Created child process 16624 [Tue Oct 30 22:07:00.492514 2018] [ssl:warn] [pid 16624:tid 708] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 30 22:07:00.576544 2018] [ssl:warn] [pid 16624:tid 708] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 30 22:07:00.600513 2018] [mpm_winnt:notice] [pid 16624:tid 708] AH00354: Child: Starting 150 worker threads. [Tue Oct 30 22:07:15.208783 2018] [ssl:warn] [pid 19088:tid 752] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 30 22:07:15.540806 2018] [core:warn] [pid 19088:tid 752] AH00098: pid file D:/downloads/xampp/apache/logs/httpd.pid overwritten – Unclean shutdown of previous Apache run? [Tue Oct 30 22:07:15.544780 2018] [ssl:warn] [pid 19088:tid 752] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 30 22:07:15.572807 2018] [mpm_winnt:notice] [pid 19088:tid 752] AH00455: Apache/2.4.35 (Win32) OpenSSL/1.1.0i PHP/7.2.11 configured – resuming normal operations [Tue Oct 30 22:07:15.572807 2018] [mpm_winnt:notice] [pid 19088:tid 752] AH00456: Apache Lounge VC15 Server built: Sep 19 2018 15:43:45 [Tue Oct 30 22:07:15.572807 2018] [core:notice] [pid 19088:tid 752] AH00094: Command line: ‘D:\downloads\xampp\apache\bin\httpd.exe -d D:/downloads/xampp/apache’ [Tue Oct 30 22:07:15.576780 2018] [mpm_winnt:notice] [pid 19088:tid 752] AH00418: Parent: Created child process 19680 [Tue Oct 30 22:07:16.008811 2018] [ssl:warn] [pid 19680:tid 688] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 30 22:07:16.056806 2018] [ssl:warn] [pid 19680:tid 688] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 30 22:07:16.084781 2018] [mpm_winnt:notice] [pid 19680:tid 688] AH00354: Child: Starting 150 worker threads. [Tue Oct 30 22:07:34.558610 2018] [mpm_winnt:notice] [pid 19088:tid 752] AH00422: Parent: Received shutdown signal – Shutting down the server.
What can i do to fix this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey friend,
If I’m reading the logs right I’m seeing it start up fine and then it’s being shut down, not seeing any clear signs of a 500 error. That could mean that the error lies with the web application instead of the web server config. If you’re using PHP, for example, I would enable debug logs in the interpreter config (php.ini) and then see if you can get some output from the interpreter when you run the app.
Jarland
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.