logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache server restarting automatically
Author
harpreet.pabla



Joined: 16 Jan 2015
Posts: 2
Location: india

PostPosted: Fri 16 Jan '15 11:55    Post subject: Apache server restarting automatically Reply with quote

Apache Version: 2.2.29
OS Version: Windows 2012 R2 64 bit OS

Restart of apache is happening continously .....kindly check below snippet of the same..... Sad

Fri Jan 16 11:22:53 2015] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Jan 16 11:22:53 2015] [notice] Apache/2.2.29 (Win32) configured -- resuming normal operations
[Fri Jan 16 11:22:53 2015] [notice] Server built: Sep 10 2014 11:38:25
[Fri Jan 16 11:22:53 2015] [notice] Parent: Created child process 11440
[Fri Jan 16 11:22:53 2015] [notice] Child 11440: Child process is running
[Fri Jan 16 11:22:53 2015] [notice] Oracle WebLogic plugin build date/time: Feb 9 2011 11:49:26. Change Number: 1386101
[Fri Jan 16 11:22:53 2015] [notice] Child 11440: Acquired the start mutex.
[Fri Jan 16 11:22:53 2015] [notice] Child 11440: Starting 64 worker threads.
[Fri Jan 16 11:22:53 2015] [notice] Child 11440: Starting thread to listen on port 80.
[Fri Jan 16 11:22:53 2015] [notice] Child 11440: Starting thread to listen on port 80.
[Fri Jan 16 11:22:54 2015] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Jan 16 11:22:54 2015] [notice] Apache/2.2.29 (Win32) configured -- resuming normal operations

Thanks for your advice or help

Mod note: moved to the apache forum
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 692

PostPosted: Fri 16 Jan '15 13:15    Post subject: Reply with quote

Are you running PHP as module ?

Anything in the Windows Event Viewer ?

It's a well known issue and discussed here more. PHP (special its extension modules) is mostly bloating the server when PHP runs as module.

It is advised to try to run php with mod_fcgid (Fastcgi)

There are advantages to running PHP with FCGI. Separating the PHP code from the web server removes 'bloat' from the main server, and improves the performance of non-PHP requests. Secondly, having one permanent PHP process as opposed to one per apache process means that shared resources like persistent MySQL connections are used more efficiently. And maybe even more important is stability, php is not shutting down or restarting Apache anymore.
Back to top
harpreet.pabla



Joined: 16 Jan 2015
Posts: 2
Location: india

PostPosted: Fri 16 Jan '15 13:43    Post subject: Reply with quote

Hi,

No we are not using php module.
We just installed Apache HTTP service.

Yes in Windows event viewer we are facing warning post that we are noticing apache restart issue.

URL for the same: http://winwiki.org/apache-faulting-module-ntdll-dll/
Back to top


Reply to topic   Topic: Apache server restarting automatically View previous topic :: View next topic
Post new topic   Forum Index -> Apache