Is there a way I can define multiple Error_Log
locations in the apache configuration (logging the same error in 2 or more log files / pipes), or do I have to use a pipe & custom script to get this to work?
Is there a way I can define multiple Error_Log
locations in the apache configuration (logging the same error in 2 or more log files / pipes), or do I have to use a pipe & custom script to get this to work?
You can log errors to syslog; this provides more flexibility than logging to a single file, since syslog allows you to write as many files as you want.