aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/run
diff options
context:
space:
mode:
Diffstat (limited to 's2i/bin/run')
-rwxr-xr-xs2i/bin/run5
1 files changed, 4 insertions, 1 deletions
diff --git a/s2i/bin/run b/s2i/bin/run
index e63ae48..6692e10 100755
--- a/s2i/bin/run
+++ b/s2i/bin/run
@@ -1,2 +1,5 @@
#!/bin/sh
-exec "${0}.httpd" "$@"
+echo "--- debug ---"
+find /etc/httpd -type f | xargs egrep -i -e '(listen)'
+echo "---"
+exec httpd -D FOREGROUND