From: Arne Fitzenreiter Date: Mon, 21 Jun 2010 18:45:33 +0000 (+0200) Subject: Fix update acclerator file download at webif. X-Git-Tag: v2.9-beta1~210 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=0bc58278b943bcdb98ca783d155db1c411594caa Fix update acclerator file download at webif. bug #0000667 --- diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf index 0d0fa98e0e..08ba2b375b 100644 --- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf +++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf @@ -69,4 +69,12 @@ downgrade-1.0 force-response-1.0 CustomLog /var/log/httpd/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" + + Alias /updatecache/ /var/updatecache/ + + Options ExecCGI + AllowOverride None + Order deny,allow + Allow from all + diff --git a/config/rootfiles/core/38/filelists/files b/config/rootfiles/core/38/filelists/files index 5ac8fa4f9a..74b1eac334 100644 --- a/config/rootfiles/core/38/filelists/files +++ b/config/rootfiles/core/38/filelists/files @@ -2,6 +2,7 @@ etc/system-release etc/issue etc/e2fsck.conf etc/httpd/conf/vhosts.d/ipfire-interface.conf +etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf etc/rc.d/init.d/leds etc/rc.d/init.d/rc etc/rc.d/init.d/snort