caught SIGTERM, shutting down.

Issues related to applications and software problems
Post Reply
hack3rcon
Posts: 757
Joined: 2014/11/24 11:04:37

caught SIGTERM, shutting down.

Post by hack3rcon » 2019/06/23 06:08:09

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.

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: caught SIGTERM, shutting down.

Post by TrevorH » 2019/06/23 12:18:08

That's entirely normal.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

hack3rcon
Posts: 757
Joined: 2014/11/24 11:04:37

Re: caught SIGTERM, shutting down.

Post by hack3rcon » 2019/06/23 15:07:03

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?

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: caught SIGTERM, shutting down.

Post by TrevorH » 2019/06/23 15:09:43

You can ignore it.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

hack3rcon
Posts: 757
Joined: 2014/11/24 11:04:37

Re: caught SIGTERM, shutting down.

Post by hack3rcon » 2019/06/24 05:36:52

Thank you.

Post Reply