summaryrefslogtreecommitdiffstats
path: root/Services/php/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Services/php/run.sh')
-rw-r--r--Services/php/run.sh30
1 files changed, 1 insertions, 29 deletions
diff --git a/Services/php/run.sh b/Services/php/run.sh
index e3c4c86..7cd0b92 100644
--- a/Services/php/run.sh
+++ b/Services/php/run.sh
@@ -1,33 +1,5 @@
#!/bin/bash
-source /bin/sx-lib.sh
-source /bin/sx-httpd.sh
-
-function display_container_php_header {
- echo "+====================================================="
- echo "| Container : $HOSTNAME"
- echo "| OS : $(</etc/redhat-release)"
- echo "| HTTP engine : $(httpd -v | head -1)"
- echo "| PHP engine : $(php --version | head -1)"
- if [ -v CONTAINER_TYPE ]; then
- echo "| Type : $CONTAINER_TYPE"
- fi
- if [ -v CONTAINER_SERVICE ]; then
- echo "| Service : $CONTAINER_SERVICE"
- fi
- if [ -v CONTAINER_INSTANCE ]; then
- echo "| Instance : $CONTAINER_INSTANCE"
- fi
- if [ -v SERVER_NAME ]; then
- echo "| ServerName : $SERVER_NAME"
- fi
- if [ -v APP_PATH ]; then
- echo "| App path : $APP_PATH"
- fi
- if [ -v LOG_PATH ]; then
- echo "| Log path : $LOG_PATH"
- fi
- echo "+====================================================="
-}
+source /bin/sx-php.sh
check_httpd_environment | tee -a $STARTUPLOG
setSys2HttpEnvironmentVariable $APP_PATH/.htaccess