Richard Allred
2019-08-03 6f4e1265cd110f04ab42b17c720667dcf2c0ce01
commit | author | age
030f33 1 #!/bin/bash
RA 2
3 source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh
4
5 export HTTPD_RUN_BY_S2I=1
6
7 # Make Apache show 'debug' level logs during start up
6f4e12 8 exec run-httpd -e debug $@