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