[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: apache logging problems
- From: Eric Rostetter <rostetter mail utexas edu>
- To: fedora-legacy-list redhat com
- Subject: Re: apache logging problems
- Date: Mon, 28 Aug 2006 21:05:45 -0500
Quoting Joshua Andrews <josh wavefood com>:
The httpd logrotate script was much as you wrote it out but there are
so many entries because of the virtualhost logging that I have
consolidated them all into one expression;
/var/log/httpd/access_log /var/log/httpd/any_log etc... {
missingok
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}
You left out the "sharedscripts" option.
I am thinking that restarting httpd so many times as I had logs may be
the problem.
Unless you use the "sharedscripts" option as I showed, it will still
restart it for each log file listed. The "sharedscripts" option tells
it to only run the script once after rotating all the logs....
Thank you for the response, it helps getting another view.
-Joshua
No problem.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Go Longhorns!
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]