aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/run
blob: 6692e10afbc2fef4c564953e4629946cc17ac06b (plain)
1
2
3
4
5
#!/bin/sh
echo "--- debug ---"
find /etc/httpd -type f | xargs egrep -i -e '(listen)'
echo "---"
exec httpd -D FOREGROUND