]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/vhosts.d/ipfire-interface-ssl.conf
Fix update acclerator file download at webif.
[people/pmueller/ipfire-2.x.git] / config / httpd / vhosts.d / ipfire-interface-ssl.conf
index ebbd8d964038c2a757e0cc13c8bec8ea56d64b6f..08ba2b375bcbacf7434fc55da2596c00eb528894 100644 (file)
@@ -13,9 +13,6 @@
     SSLCertificateFile /etc/httpd/server.crt
     SSLCertificateKeyFile /etc/httpd/server.key
 
-    PerlRequire /usr/lib/apache/startup.pl
-    PerlWarn On
-
     <Directory /srv/web/ipfire/html>
         Options ExecCGI
         AllowOverride None
@@ -32,9 +29,6 @@
     <Directory /srv/web/ipfire/cgi-bin>
         AllowOverride None
         Options ExecCGI
-       SetHandler perl-script
-       PerlSendHeader On
-       PerlHandler ModPerl::Registry
         AuthName "IPFire - Restricted"
         AuthType Basic
         AuthUserFile /var/ipfire/auth/users
        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>