> From my perspective it would be advantageous to have Apache write to > the terminal by default (i.e. no hardcoded log file locations) and > allow to override this behavior via the Apache configuration file.
> Is there any reason why the default behavior is not that way yet? I think it's useful as opt-in, but I wouldn't want to see any "defaults" changed (whether that's how the code behaves in the absence of logging related directives, or how our default httpd.conf looks) One wrinkle I recall here is that the closing of stdout and stderr happens in APR (apr_proc_detach?) and it requires a new APR release to provide any alternate options there.
