]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fix update acclerator file download at webif.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 21 Jun 2010 18:45:33 +0000 (20:45 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 21 Jun 2010 18:45:33 +0000 (20:45 +0200)
bug #0000667

config/httpd/vhosts.d/ipfire-interface-ssl.conf
config/rootfiles/core/38/filelists/files

index 0d0fa98e0e4cbc8e86a75822fc76aa2a0ba19d6b..08ba2b375bcbacf7434fc55da2596c00eb528894 100644 (file)
        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>
index 5ac8fa4f9a4177afd9ab675381d61b3f878fd22c..74b1eac334e273cf306c7451e1c83ec32e79052c 100644 (file)
@@ -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