techlab
techlab copied to clipboard
Write httpd access logs to stdout
In order for the httpd log messages to show more relevant info, redirect the access log to stdout.
Should be possible by setting AccessLog "/dev/stdout"
but needs testing