Parent: Received shutdown signal -- Shutting down the server

18,415

Solution 1

Look at the Apache error log.

This error almost always occurs when another user shuts down a multi-user server. The Apache error log will tell you what happened so we can help if there are further issues.

Edit

Try this- go to C:\WINDOWS\System32\drivers\etc and make sure you have the following in it:

127.0.0.1 localhost 

Restart WAMP, and see if anything has changed.

Solution 2

I got the same error. So, I quit the skype and run the wamp as administrator it works. After that I changed the skype listen port to 88. Now the wamp works fine.

Its the port conflict. So, either you may change the localhost port to 88 in httpd.config file.

Solution 3

This can also be caused by own stupidity, like in my case:

I've had a script on my server (Windows 2008 R2) that was configured to run every 5 minutes. It contained the following two lines:

net stop Apache2.4
net start Apache2.4

Strange enough this script was present for years and did never cause any remarkable effect for my websites. Only recently, Uptime Robot detected some downtimes.

To be honest, I don't know anymore why I had this script configured at all.

Solution:

To solve this, I simply deactivated the script in the Windows Task Scheduler.

Share:
18,415
rgin
Author by

rgin

Updated on July 30, 2022

Comments

  • rgin
    rgin almost 2 years

    Using wampserver and receiving this error:

    Parent: Received shutdown signal -- Shutting down the server.

    Google doesn't seem to have any solutions that work. Any ideas?

    [Mon Jul 25 19:07:02 2011] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Jul 25 19:07:02 2011] [notice] Child 5828: Child process is running
    [Mon Jul 25 19:07:02 2011] [notice] Child 5828: Acquired the start mutex.
    [Mon Jul 25 19:07:02 2011] [notice] Child 5828: Starting 64 worker threads.
    [Mon Jul 25 19:07:02 2011] [notice] Child 5828: Starting thread to listen on port 80.
    [Mon Jul 25 19:07:40 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Mon Jul 25 19:07:40 2011] [notice] Child 5828: Exit event signaled. Child process is ending.
    [Mon Jul 25 19:07:41 2011] [notice] Child 5828: Released the start mutex
    [Mon Jul 25 19:08:05 2011] [notice] Child 5828: All worker threads have exited.
    [Mon Jul 25 19:08:05 2011] [notice] Child 5828: Child process is exiting
    [Mon Jul 25 19:08:05 2011] [notice] Parent: Child process exited successfully.