Richard Allred
2019-06-12 030f3351a1da289a3f9a911929177828315250df
1
2
3
4
5
6
7
8
#!/bin/bash
 
source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh
 
export HTTPD_RUN_BY_S2I=1
 
# Make Apache show 'debug' level logs during start up
run-httpd -e debug $@