Files
2019-08-03 16:43:56 -04:00

9 lines
171 B
Bash

#!/bin/bash
source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh
export HTTPD_RUN_BY_S2I=1
# Make Apache show 'debug' level logs during start up
exec run-httpd -e debug $@