Hi all,
I have configured an apache resource under cluster.conf like this:
(both nodes are RHEL6.1)
<apache config_file="/data/config/etc/httpd/conf/httpd-mirror.conf"
name="httpd-mirror" server_root="/data/config/etc/httpd" shutdown_wait="3"/>
My question is: which is the best form to rotate apache logs using
logrotate configuration??
Is this a possible solution:
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
if [ -f /var/run/cluster/apache/apache:httpd-mirror.pid ]; then
clusvcadm -R httpd-mirror
fi
endscript
}
--
CL Martinez
carlopmart {at} gmail {d0t} com
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster