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

2015-10-24 Thread Nick Kew
On Sat, 2015-10-24 at 21:11 -0700, Kurtis Rader wrote: > > I'm going to assume that by "single process" you meant "single user". If you read the docs, you'll find single process mode described ("httpd -X"). It has nothing to do with single user. I regularly run it in single-process mode for de

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 > the entire container

[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.