t and
stderr?
The possible temporary solution is to run Apache in non-daemon mode and
redirect its output to a file.
Tom Evans-3 wrote:
>
> On Thu, 2009-06-04 at 11:36 -0700, Vyacheslav Zholudev wrote:
>> I have an Apache Module which contains such methods like
>> fprintf(
I have an Apache Module which contains such methods like
fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message);
They are executed under certain circumstances, but I can't see the output in
the Apache's log files.
I use directive ErrorLog and CustomLog ... combined with LogLevel