On Wed, Dec 14, 2011 at 10:08 AM, Jakov Sosic <jakov.so...@srce.hr> wrote: > Hi, > > I use CentOS 5.x with Apache 2.2., and have came across strange error in > error_log: > > tr: write error: Broken pipe > tr: write error > > > There is no timestamp, it happens periodically with no apparent reason. > I have NameVirtualHost in place, and PHP, so I really don't get it why > is this error logged in general log, and there is nothing in the access_log. > > I have no idea why this happens. Any help appreciated! >
The error log is literally stderr for the apache process. Anything run in Apache (mod_php) or any process launched by Apache (mod_php invoking tr) that prints to stderr will appear in the error log without a timestamp, just like that. So the real question is, what bit of your PHP app is invoking tr. Cheers Tom --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org