Thank you Michael.<br />
<br />
(Now if I can just figure out my YUM issue, I'll be good to go!)<br />
<br />
<br />
<br type="_moz" /><br><br><!--replyfwdwrap-->
<div style="background-image: url(/images/mail/fwdreplywrap.gif);background-position:top;background-repeat:repeat-x;" id="replyfwdwrap"><strong>----- Original Message -----</strong><br />
<strong>From:</strong> mstauber@blueonyx.it<br />
<strong>To:</strong> blueonyx@donteague.com<br />
<strong>Sent:</strong> Tue, November 22, 2011, 15:36<br />
<strong>Subject:</strong> Re: [BlueOnyx:09093]  Logrotate and access_log<br />
<br />
<div style="font-family:Arial;font-size:12px;">Hi Don, <br />
<br />
> Running 5107R, and have noticed something odd. No idea how this happened <br />
> (or obviously how to fix.) <br />
>  <br />
>  Each night after logrotate runs, Apache seems to be unable to log to <br />
> /var/log/httpd/access_log without a httpd restart. <br />
>  <br />
>  Can someone point me in the right direction on this one? <br />
<br />
I just found and fixed that one. Am publishing updates for 5107R and 5108R  <br />
now. <br />
<br />
The problem was in /etc/logrotate.d/apache. Apache is restarted this way in it  <br />
after a logrotate: <br />
<br />
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true <br />
<br />
Which works on RHEL5 clones like CentOS5, but on RHEL6 clones (like CentOS6 or  <br />
SL6) the Apache PID file is now located at /var/run/httpd/httpd.pid instead. <br />
<br />
--  <br />
With best regards <br />
<br />
Michael Stauber</div>
</div>