* [sisyphus] Ротация логов апача - проблема
@ 2004-06-18 20:40 Anatol A. Ivanov
2004-06-21 9:57 ` Andrei Bulava
0 siblings, 1 reply; 3+ messages in thread
From: Anatol A. Ivanov @ 2004-06-18 20:40 UTC (permalink / raw)
To: sisyphus
Здравствуйте, sisyphus.
После ротации логов, приходиться перезапускать процесс вручную, чтоб
началась запись в новый файл.
Подскажите как побороть эту проблему.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [sisyphus] Ротация логов апача - проблема
2004-06-18 20:40 [sisyphus] Ротация логов апача - проблема Anatol A. Ivanov
@ 2004-06-21 9:57 ` Andrei Bulava
2004-06-27 17:05 ` [sisyphus] " Michael Shigorin
0 siblings, 1 reply; 3+ messages in thread
From: Andrei Bulava @ 2004-06-21 9:57 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Sat, 19 Jun 2004, Anatol A. Ivanov wrote:
> Здравствуйте, sisyphus.
Hi!
> После ротации логов, приходиться перезапускать процесс вручную,
> чтоб началась запись в новый файл.
>
> Подскажите как побороть эту проблему.
# cat /etc/logrotate.d/apache
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
create 0644 root apache
postrotate
/sbin/service httpd condrestart >/dev/null
endscript
}
postrotate скрипт и обеспечивает требуемое вам поведение.
P.S. list mismatch?
--
// AB1002-UANIC
^ permalink raw reply [flat|nested] 3+ messages in thread
* [sisyphus] Re: Ротация логов апача - проблема
2004-06-21 9:57 ` Andrei Bulava
@ 2004-06-27 17:05 ` Michael Shigorin
0 siblings, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2004-06-27 17:05 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 815 bytes --]
On Mon, Jun 21, 2004 at 12:57:18PM +0300, Andrei Bulava wrote:
> > После ротации логов, приходиться перезапускать процесс вручную,
> > чтоб началась запись в новый файл.
> > Подскажите как побороть эту проблему.
> # cat /etc/logrotate.d/apache
> /var/log/httpd/*log {
> missingok
> notifempty
> sharedscripts
> create 0644 root apache
> postrotate
> /sbin/service httpd condrestart >/dev/null
> endscript
> }
> postrotate скрипт и обеспечивает требуемое вам поведение.
Оно сейчас работает или нет? Меня порой багают про то, что _нет_
(в текущем сизифовом, где именно condrestart вместо былого
condreload).
https://bugzilla.altlinux.org/show_bug.cgi?id=3153
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-27 17:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-18 20:40 [sisyphus] Ротация логов апача - проблема Anatol A. Ivanov
2004-06-21 9:57 ` Andrei Bulava
2004-06-27 17:05 ` [sisyphus] " Michael Shigorin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git