[odrs-web/oscp] Revert "Modify the start command for httpd"



commit 674ab659d325171e6c890f95a4fe970c6dbc076e
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 22:18:01 2018 +0100

    Revert "Modify the start command for httpd"
    
    This reverts commit ebb8e063bd875a0041aa9723979d44665e7bd0b0.

 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index d0ab4f1..cd40ddc 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -5,4 +5,4 @@ sed -i "s/replace_odrs_username/${ODRS_DB_USER}/" /etc/apache2/conf.d/000-defaul
 sed -i "s/replace_odrs_password/${ODRS_DB_PASSWORD}/" /etc/apache2/conf.d/000-default.conf
 sed -i "s/replace_odrs_host/${ODRS_DB_HOST}/" /etc/apache2/conf.d/000-default.conf
 
-exec httpd -k start
+exec httpd -DFOREGROUND


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]