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