I understand it's not a best practice to run Apache in single process mode for most situations, but what about inside a Docker container?
My goal is to have the logs & errors output to stdio/stderr, and to have the entire container get killed if the process dies.