You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Bob Smith <bs...@sudleyplace.com> on 2005/01/02 04:56:44 UTC

Re: [users@httpd] Problem With Piped ErrorLog (SOLVED)

The problem seems to be twofold:

1.  I was using buffered output and should have been using unbuffered output;

2.  The script for piped errorlogs is meant to be running continuously. This 
means that the entire script should be surrounded by something like

while (<STDIN>)
{
...
}

For more details, see http://www.sudleyplace.com/pipederrorlogs.html.

On 12/28/2004 11:29 AM, Bob Smith wrote:
> I can't seem to get piped ErrorLogs to work more than once or twice.
[...]

-- 
_______________________________________________________________
Bob Smith - bsmith@sudleyplace.com - http://www.sudleyplace.com
a.k.a.      bsmith@qualitas.com    - http://www.qualitas.com


---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org