caught SIGTERM, shutting down

I have deployed a Rails 3.0 app with phusion passanger on this domain name: http://stage.vivendos.com

When i try open the above url, nothing loads up and there is no error displayed on the browser which means that apache was processing the request but it kept on looping itself. When i checked the apache error log, it showed following errors:

[notice] caught SIGTERM, shutting down

[warn] module passenger_module is already loaded, skipping

[notice] Apache/2.2.14 (Ubuntu) Phusion_Passenger/2.2.7 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch configured -- resuming normal operations

Can anyone tell me what the first line in that error - > caught SIGTERM means and how can I resolve this problem?

thanks,

1 Reply

It means it was sent a shutdown request, however the 2nd notice line states that apache started running again.

There doesn't appear to be anything wrong with apache (see it works on http://173.230.148.239/) but typing in the address you gave just hangs so it looks like your app is broken.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct