Re: [users@httpd] external log reader not getting restarted every hour

2017-03-23 Thread Milind Vaidya
lity onto an existing > Apache server with no config changes. > > > > > > Rick Houser > > Web Administration > > > > *From:* Milind Vaidya [mailto:kava...@gmail.com] > *Sent:* Wednesday, March 22, 2017 17:31 > *To:* users@httpd.apache.org > *Subject:* [users@h

RE: [users@httpd] external log reader not getting restarted every hour

2017-03-23 Thread Houser, Rick
server with no config changes. Rick Houser Web Administration From: Milind Vaidya [mailto:kava...@gmail.com] Sent: Wednesday, March 22, 2017 17:31 To: users@httpd.apache.org Subject: [users@httpd] external log reader not getting restarted every hour I have following setting in my httpd.conf

[users@httpd] external log reader not getting restarted every hour

2017-03-22 Thread Milind Vaidya
I have following setting in my *httpd.conf* *ErrorL**og* *"| /usr/bin/tee -a /var/log/httpd/error_log | java program reading msgs from stdinput"* The error_log file gets rotated using logrotate every hour. The java program has following statement *while** ((msg = **this**.stdinReader.readLine(