I have a full day of this entry in my error.log on one of my servers. Searching around, I didn't find any answers. Wondering if you might know what causes this. Thanks, Jeff
[Sun Jan 17 07:05:20 2016] [notice] Apache/2.2.22 (Ubuntu) DAV/2 SVN/1.6.17 mod_fcgid/2.3.6 PHP/5.3.10-1ubuntu3.21 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2011-06-30) mod_ssl/2.2.22 OpenSSL/1.0.1 configured -- resuming normal operations [Sun Jan 17 07:05:22 2016] [notice] Graceful restart requested, doing restart [Sun Jan 17 07:05:22 2016] [notice] Digest: generating secret for digest authentication ... [Sun Jan 17 07:05:22 2016] [notice] Digest: done [Sun Jan 17 07:05:22 2016] [notice] Apache/2.2.22 (Ubuntu) DAV/2 SVN/1.6.17 mod_fcgid/2.3.6 PHP/5.3.10-1ubuntu3.21 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2011-06-30) mod_ssl/2.2.22 OpenSSL/1.0.1 configured -- resuming normal operations [Sun Jan 17 07:05:28 2016] [notice] Graceful restart requested, doing restart [Sun Jan 17 07:05:28 2016] [notice] Digest: generating secret for digest authentication ... [Sun Jan 17 07:05:28 2016] [notice] Digest: done
Comments
Submitted by andreychek on Fri, 01/22/2016 - 16:51 Comment #1
Howdy -- that can occur if the logs are being rotated at the time. One thing you may want to do is check to see when the logs are being rotated, and if it's too close to heavy traffic periods on your server, you could change the time of day they run.
Submitted by methownet on Fri, 01/22/2016 - 17:07 Pro Licensee Comment #2
Will do. Thanks.