Apache process killed automaticallly

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
venkatesh_chembai
Posts: 1
Joined: 25 Apr 2017, 06:42

Apache process killed automaticallly

Post by venkatesh_chembai »

We are facing an issue with the installed xampp server.
The apache tomcat server process in xampp, is getting killed automatically with error “Parent: child process 4272 exited with status 3221225477”.
I have gone through some open source forums and done the below change in httpd.conf file.

<IfModule mpm_winnt_module>
ThreadStackSize 8888888
</IfModule>

We have also placed the below DLL files which were missing in PHP area.

1. libmysql.dll
2. php_apc.dll
3. php5apache.dll


But the issue still persists. And this is happening very frequently(~ once in 5 minutes)

Please let us know if you have come across any solutions for the same.

Using

XAMPP Control Panel 3.2.2(xampp-win32-5.5.38)
testlink-1.9.14
mantisbt-1.3.1
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Apache process killed automaticallly

Post by atrol »

venkatesh_chembai wrote: The apache tomcat server process in xampp
Mantis does not use Tomcat
Please use Search before posting and read the Manual
Post Reply