You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by thomas Armstrong <ta...@gmail.com> on 2005/10/11 11:18:34 UTC

[users@httpd] Graceful restart requested, doing restart

Hi.

Using Apache/2.0.52 (Fedora), it crashes suddenly and I must restart
it.

I've found this error message on '/var/log/httpd/error_log':
------------
[Sat Oct 08 02:01:57 2005] [notice] Graceful restart requested, doing
restart
[Sat Oct 08 02:02:00 2005] [notice] Digest: generating secret for
digest authentication ...
[Sat Oct 08 02:02:00 2005] [notice] Digest: done
[Sat Oct 08 02:02:00 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sat Oct 08 02:02:00 2005] [notice] LDAP: SSL support unavailable
[Sat Oct 08 02:02:01 2005] [notice] mod_python: Creating 4 session
mutexes based on 180 max processes and 0 max threads.
[Sat Oct 08 02:02:01 2005] [notice] Apache/2.0.52 (Fedora) configured
-- resuming normal operations
--------------

What's the meaning of this messages? I DID NOT restart my Apache server
at 02:00h in the night. :?

Thank you very much.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: Graceful restart requested, doing restart

Posted by Joost de Heer <sa...@xs4all.nl>.
> What's the meaning of this messages? I DID NOT restart my Apache server
> at 02:00h in the night. :?

logrotate probably did.

Joost


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Graceful restart requested, doing restart

Posted by thomas Armstrong <ta...@gmail.com>.
Hi Herb. Thank you very much for your answer.
[]# crontab -l -u root
(empty)
[]#  crontab -l -u apache
MAILTO=""
00 2 * * * /usr/bin/perl /usr/local/awstats/tools/awstats_updateall.pl now

Mmm.... this Perl script updates Awstats and I think it's a high memory-killer.

In addition:
[root@www ~]# crontab -l -u john
MAILTO=""
00 2 * * * /home/john/backup/script_server_backup.sh

This shell script backups all DBs and WWW files.

I'm to investigate deeply...


2005/10/11, Herb Stein <he...@herbstein.com>:
>
> > -----Original Message-----
> > From: thomas Armstrong [mailto:tarmstrong@gmail.com]
> > Sent: Tuesday, October 11, 2005 4:19 AM
> > To: users@httpd.apache.org
> > Subject: [users@httpd] Graceful restart requested, doing restart
> >
> >
> > Hi.
> >
> > Using Apache/2.0.52 (Fedora), it crashes suddenly and I must restart
> > it.
> >
> > I've found this error message on '/var/log/httpd/error_log':
> > ------------
> > [Sat Oct 08 02:01:57 2005] [notice] Graceful restart requested, doing
> > restart
> > [Sat Oct 08 02:02:00 2005] [notice] Digest: generating secret for
> > digest authentication ...
> > [Sat Oct 08 02:02:00 2005] [notice] Digest: done
> > [Sat Oct 08 02:02:00 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
> > [Sat Oct 08 02:02:00 2005] [notice] LDAP: SSL support unavailable
> > [Sat Oct 08 02:02:01 2005] [notice] mod_python: Creating 4 session
> > mutexes based on 180 max processes and 0 max threads.
> > [Sat Oct 08 02:02:01 2005] [notice] Apache/2.0.52 (Fedora) configured
> > -- resuming normal operations
> > --------------
> >
> > What's the meaning of this messages? I DID NOT restart my Apache server
> > at 02:00h in the night. :?
>
> You might try looking in root's crontab (crontab -l) and see if you are
> forcing a graceful reboot without knowing it.
>
> > Thank you very much.
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
> > --
> > No virus found in this incoming message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.344 / Virus Database: 267.11.14/127 - Release Date:
> > 10/10/2005
>
> --
> Herb Stein
> herb@herbstein.com
> 314 952-4601
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.11.14/127 - Release Date: 10/10/2005
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Graceful restart requested, doing restart

Posted by Herb Stein <he...@herbstein.com>.
> -----Original Message-----
> From: thomas Armstrong [mailto:tarmstrong@gmail.com]
> Sent: Tuesday, October 11, 2005 4:19 AM
> To: users@httpd.apache.org
> Subject: [users@httpd] Graceful restart requested, doing restart
>
>
> Hi.
>
> Using Apache/2.0.52 (Fedora), it crashes suddenly and I must restart
> it.
>
> I've found this error message on '/var/log/httpd/error_log':
> ------------
> [Sat Oct 08 02:01:57 2005] [notice] Graceful restart requested, doing
> restart
> [Sat Oct 08 02:02:00 2005] [notice] Digest: generating secret for
> digest authentication ...
> [Sat Oct 08 02:02:00 2005] [notice] Digest: done
> [Sat Oct 08 02:02:00 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
> [Sat Oct 08 02:02:00 2005] [notice] LDAP: SSL support unavailable
> [Sat Oct 08 02:02:01 2005] [notice] mod_python: Creating 4 session
> mutexes based on 180 max processes and 0 max threads.
> [Sat Oct 08 02:02:01 2005] [notice] Apache/2.0.52 (Fedora) configured
> -- resuming normal operations
> --------------
>
> What's the meaning of this messages? I DID NOT restart my Apache server
> at 02:00h in the night. :?

You might try looking in root's crontab (crontab -l) and see if you are
forcing a graceful reboot without knowing it.

> Thank you very much.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.11.14/127 - Release Date:
> 10/10/2005

--
Herb Stein
herb@herbstein.com
314 952-4601
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.14/127 - Release Date: 10/10/2005


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org