From 0bc58278b943bcdb98ca783d155db1c411594caa Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 21 Jun 2010 20:45:33 +0200 Subject: [PATCH 1/1] Fix update acclerator file download at webif. bug #0000667 --- config/httpd/vhosts.d/ipfire-interface-ssl.conf | 8 ++++++++ config/rootfiles/core/38/filelists/files | 1 + 2 files changed, 9 insertions(+) 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 -- 2.39.2