Apache error - Laragon 3.1.3 - Windows Server 2012 Datacenter 64 bit
-
Hi,
Any solution for bellow scenario?
I have these errors in Laragon with Apache server:
error.log from Apache:
*[Wed Jul 26 12:45:24.119271 2017] [mpm_winnt:notice] [pid 3512:tid 260] AH00418: Parent: Created child process 20760
[Wed Jul 26 12:45:25.822335 2017] [mpm_winnt:notice] [pid 20760:tid 252] AH00354: Child: Starting 64 worker threads.
[Fri Jul 28 14:46:46.319867 2017] [mpm_winnt:notice] [pid 3512:tid 260] AH00428: Parent: child process 20760 exited with status 3221226356 -- Restarting.
[Fri Jul 28 14:46:47.694807 2017] [mpm_winnt:notice] [pid 3512:tid 260] AH00455: Apache/2.4.27 (Win64) OpenSSL/1.0.2l PHP/7.1.7 configured -- resuming normal operations
[Fri Jul 28 14:46:47.694807 2017] [mpm_winnt:notice] [pid 3512:tid 260] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 13:44:15
[Fri Jul 28 14:46:47.694807 2017] [core:notice] [pid 3512:tid 260] AH00094: Command line: 'D:\laragon\bin\apache\httpd-2.4.27-win64-VC14\bin\httpd -d/laragon/bin/apache/httpd-2.4.27-win64-VC14'
[Fri Jul 28 14:46:47.710430 2017] [mpm_winnt:notice] [pid 3512:tid 260] AH00418: Parent: Created child process 11640
Apache server interrupted...
017] [mpm_winnt:notice] [pid 11640:tid 260] AH00354: Child: Starting 64 worker threads.
[Fri Jul 28 14:46:54.022689 2017] [mpm_winnt:notice] [pid 3512:tid 260] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Jul 28 14:46:57.256949 2017] [mpm_winnt:notice] [pid 11640:tid 260] AH00364: Child: All worker threads have exited.
[Fri Jul 28 14:47:04.881656 2017] [core:warn] [pid 5752:tid 232] AH00098: pid file/laragon/bin/apache/httpd-2.4.27-win64-VC14/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Jul 28 14:47:05.459760 2017] [mpm_winnt:notice] [pid 5752:tid 232] AH00455: Apache/2.4.27 (Win64) OpenSSL/1.0.2l PHP/7.1.7 configured -- resuming normal operations
[Fri Jul 28 14:47:05.459760 2017] [mpm_winnt:notice] [pid 5752:tid 232] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 13:44:15
[Fri Jul 28 14:47:05.459760 2017] [core:notice] [pid 5752:tid 232] AH00094: Command line: 'D:\laragon\bin\apache\httpd-2.4.27-win64-VC14\bin\httpd -d/laragon/bin/apache/httpd-2.4.27-win64-VC14'
[Fri Jul 28 14:47:05.475384 2017] [mpm_winnt:notice] [pid 5752:tid 232] AH00418: Parent: Created child process 5044
[Fri Jul 28 14:47:07.365937 2017] [mpm_winnt:notice] [pid 5044:tid 280] AH00354: Child: Starting 64 worker threads.
-
@marioene : I don't see any error from the error.log
Maybe the Apache 2.4.27 is not compatible with your OS.
You can try to add another version:
https://forum.laragon.org/topic/165/tutorial-how-to-add-another-apache-version
-
Solved!
Edit httpd.conf file and add at the end the following code. Restart Apache.
On Windows, Apache has a low default stack size; increase it
<IfModule mpm_winnt_module>
ThreadStackSize 8888888
</IfModule>