From 64577177c76c928c30c85ea1131f1a26e80adc2a Mon Sep 17 00:00:00 2001 From: "Daniel M. Drucker" Date: Fri, 8 Jan 2021 11:29:18 -0500 Subject: [PATCH] exec httpd so it can receive stop signal The long-running process in a container needs to be the one that receives the stop signal. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0d8f742..f85c57c 100755 --- a/configure +++ b/configure @@ -99,4 +99,4 @@ export REQUEST_HEADERS cat /etc/httpd/conf.d/proxy.conf.template | envsubst '$SCHEMA,$HOST,$BACKEND,$MELLON_PATH,$REQUEST_HEADERS' > /etc/httpd/conf.d/proxy.conf # Start apache -httpd -DFOREGROUND +exec httpd -DFOREGROUND