]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/httpd/httpd.conf
captive: Log into default apache log files
[ipfire-2.x.git] / config / httpd / httpd.conf
index 7e00b88268105ebb93fa14f707143825a7b78cc7..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
@@ -117,4 +115,5 @@ Include /etc/httpd/conf/default-server.conf
 #
 Include /etc/httpd/conf/vhosts.d/*.conf
 
-
+# Dummy LoadModule directive to aid module installations
+#LoadModule dummy_module /usr/lib/apache2/modules/mod_dummy.so