Update drupal apache php 5 including latest changes

This commit is contained in:
Carlos Rodriguez Hernandez
2018-11-07 16:17:03 +01:00
parent 49e91f2dc7
commit b34867d8d7
2 changed files with 7 additions and 10 deletions

View File

@@ -6,10 +6,6 @@ DAEMON=httpd
EXEC=$(which $DAEMON)
ARGS="-f /opt/bitnami/apache/conf/httpd.conf -D FOREGROUND"
# redirect apache logs to stdout/stderr
ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log
ln -sf /dev/stdout /opt/bitnami/apache/logs/error_log
# create apache tmp directory
mkdir /opt/bitnami/apache/tmp