]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-httpd.conf
- remove DefaultType
[packages/apache.git] / apache-httpd.conf
index d82c8eb84db32637b8e942c893471df52af6697f..7992a32c52277a2af4a9c64a710bf7bd0777261e 100644 (file)
@@ -7,9 +7,9 @@
 # In particular, see
 # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
 # for a discussion of each configuration directive.
-LoadModule unixd_module        modules/mod_unixd.so
 ServerRoot "/etc/httpd"
-DefaultType none
+
+LoadModule unixd_module modules/mod_unixd.so
 
 # User/Group: The name (or #number) of the user/group to run httpd as.
 # It is usually good practice to create a dedicated user and group for