[users@httpd] Running Apache in Single Process Mode for Docker Container?

2015-10-24 Thread David Aronchick
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.

Re: [users@httpd] Running Apache in Single Process Mode for Docker Container?

2015-10-24 Thread Kurtis Rader
On Sat, Oct 24, 2015 at 3:35 PM, David Aronchick wrote: > 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