Hello,
I have a database server and a http server. How can I configure
my machine so that the error messages for the database sever go to
a specified database error file, that the http errors continue to go to the
logs/error_log file and that errors going to "stderr" go to a stderr
file.?
Currently, when I run the http server. If any errors occur with
stderr, they also go to the logs/error_log file.
I heard that there is a way to overcome this; however, I cannot
remember how. I would be thankful for any help or leads.
TIA