This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 0bc58278b943bcdb98ca783d155db1c411594caa (commit) from 1b37278adbca2710dedadf494c0ff5b60df494a6 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0bc58278b943bcdb98ca783d155db1c411594caa Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Jun 21 20:45:33 2010 +0200
Fix update acclerator file download at webif. bug #0000667
-----------------------------------------------------------------------
Summary of changes: config/httpd/vhosts.d/ipfire-interface-ssl.conf | 8 ++++++++ config/rootfiles/core/38/filelists/files | 1 + 2 files changed, 9 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf index 0d0fa98..08ba2b3 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/ + <Directory /var/updatecache> + Options ExecCGI + AllowOverride None + Order deny,allow + Allow from all + </Directory> </VirtualHost> diff --git a/config/rootfiles/core/38/filelists/files b/config/rootfiles/core/38/filelists/files index 5ac8fa4..74b1eac 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
hooks/post-receive -- IPFire 2.x development tree