Local host 8080 issue_moodle 2.9.9_Windows Installer package_Windows 2008 64 bit

Re: Local host 8080 issue_moodle 2.9.9_Windows Installer package_Windows 2008 64 bit

by Germán Valero -
Number of replies: 0
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Looking in the error.log file of apache server, I found:

[Wed Jun 06 19:53:59.750972 2018] [mpm_winnt:notice] [pid 10108:tid 620] AH00428: Parent: child process 10824 exited with status 3221226356 -- Restarting.

I Googled for "exited with status 3221226356" and I went to the the page at:

http://www.codexpedia.com/apache-server/parent-child-process-exited-with-status-3221225725-restarting-on-xamp-apache/ 

Where I found:

"This problem often happens in Windows because of smaller Apache’s default stack size. And it usually happens when working with php code that allocates a lot of stacks.

To solve this issue, add the following at the end of apache config file, httpd.conf

1
2
3
<IfModule mpm_winnt_module>
   ThreadStackSize 8888888
</IfModule>


AND restart apache."


I did so, and my local Moodle 3.5 server under Windows 7 seems to be working again smile