summaryrefslogtreecommitdiffstats
path: root/adei/files/opt/scripts/configure.sh
blob: 458c3dc52f6a959268019eb972e74258f5345ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash

chmod 0777 /adei/tmp

sed -i'' -re 's/^.*pam_loginuid\.so.*$//' /etc/pam.d/crond

sed -i'' -re 's/APACHE_MODULES="(.*)"/APACHE_MODULES="\1 php5 rewrite proxy mod_proxy_http access_compat"/' /etc/sysconfig/apache2
sed -i'' -rf /opt/scripts/override.sed /etc/apache2/default-server.conf
sed -i'' -re 's/short_open_tag\s*=.*/short_open_tag = On/' /etc/php5/apache2/php.ini
sed -i'' -re 's@session.save_path\s*=.*@session.save_path=/tmp@' /etc/php5/apache2/php.ini

# Docker allows to view stdout/stderr streams individually, but OpenShift not. So we skip CustomLog for now
# Redirection fails here. So lets keep logging to stdout for now. 
sed -i'' -re 's@^ErrorLog .*@ErrorLog "|/usr/bin/tee -a /var/log/apache2/error_log"@' /etc/apache2/httpd.conf