Question
I can't get my laravel working
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?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×