Page 1 of 1

caught SIGTERM, shutting down.

Posted: 2019/06/23 06:08:09
by hack3rcon
Hello.
When I restart Apache then it show me below info:

Code: Select all

# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using myweb.com for ServerName  [  OK  ]
And:

Code: Select all

# cat /var/log/httpd/error_log
[Sun Jun 23 10:20:42 2019] [notice] caught SIGTERM, shutting down
[Sun Jun 23 10:20:42 2019] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Jun 23 10:20:42 2019] [notice] Digest: generating secret for digest authentication ...
[Sun Jun 23 10:20:42 2019] [notice] Digest: done
[Sun Jun 23 10:20:42 2019] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.4.45 configured -- resuming normal operations
What is my problem?

Thanks.

Re: caught SIGTERM, shutting down.

Posted: 2019/06/23 12:18:08
by TrevorH
That's entirely normal.

Re: caught SIGTERM, shutting down.

Posted: 2019/06/23 15:07:03
by hack3rcon
TrevorH wrote:
2019/06/23 12:18:08
That's entirely normal.
How can I solve "Could not reliably determine the server's fully qualified domain name, using myweb.com for ServerName" message?

Re: caught SIGTERM, shutting down.

Posted: 2019/06/23 15:09:43
by TrevorH
You can ignore it.

Re: caught SIGTERM, shutting down.

Posted: 2019/06/24 05:36:52
by hack3rcon
Thank you.