I'm trying to use httpd in a Docker container. As a general rule, I'm trying to write the access & error logs to stdio and stderr instead of writing them to disk. Is there a best practice here? I've tried posting to stackoverflow, and the best idea given was creating a symlink in the container. Is there a way to do this officially?