]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/httpd.conf
Update to apache 2.4.27
[people/pmueller/ipfire-2.x.git] / config / httpd / httpd.conf
index 9c1fb2b1001bf6e53ee5f79f112786b40e46fe27..14dcc735c39eae7e41977e6dcb3fe4c31f62e4d9 100644 (file)
@@ -65,7 +65,6 @@ Include /etc/httpd/conf/global.conf
 
 # associate MIME types with filename extensions
 TypesConfig /etc/mime.types
-DefaultType text/plain
 
 # global (server-wide) SSL configuration, that is not specific to 
 # any virtual host
@@ -80,8 +79,7 @@ Include /etc/httpd/conf/ssl-global.conf
 AccessFileName .htaccess
 # and never show them
 <Files ~ "^\.ht">
-    Order allow,deny
-    Deny from all
+    Require all denied
 </Files>
 
 # List of resources to look for when the client requests a directory