diff --git a/config/rootfiles/core/7/update.sh b/config/rootfiles/core/7/update.sh index 9da7c7664..e03f92d1e 100644 --- a/config/rootfiles/core/7/update.sh +++ b/config/rootfiles/core/7/update.sh @@ -4,5 +4,4 @@ extract_files GATEWAY=$(cat /var/ipfire/red/remote-ipaddress) echo "$GATEWAY gateway" >> /etc/hosts /etc/init.d/collectd start -chown -R nobody:nobody /srv/web/ipfire/html/graphs perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" diff --git a/lfs/apache2 b/lfs/apache2 index 5a838859d..b29a31f63 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -100,7 +100,7 @@ ifeq "$(PASS)" "C" chmod -R 755 /srv/web/ipfire/cgi-bin chmod -R 644 /srv/web/ipfire/html chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi,dial.cgi,images,include,themes,themes/*,themes/*/*} - chown nobody:nobody /srv/web/ipfire/html/graphs + chmod -R 777 /srv/web/ipfire/html/graphs else @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch