Hi ,

How Do I formulate the apache ErrorLog Directive for apache 2.2 to direct the 
Error Logs to two separate locations. One is the regular apache error log file 
and the other is a named pipe that writes to a monitoring log. I tried using 
the piped Logging as in :

ErrorLog "| tee logfile > named.pipe"

But this only results in a 0 byte log file and nothing actually getting written 
via the pipe. i.e all the error logging stops. Im sure this should be easy 
enough to implement.
Any pointers?

Thx

Reply via email to