git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92783
13f79535-47bb-0310-9956-
ffa450edef68
# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
-# For example, the PHP3 module (not part of the Apache distribution - see
-# http://www.php.net) will typically use:
-#
-#AddType application/x-httpd-php3 .php3
-#AddType application/x-httpd-php3-source .phps
-
AddType application/x-tar .tgz
#
#
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
-
+#
AddType application/x-tar .tgz
#
# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
-# For example, the PHP3 module (not part of the Apache distribution - see
-# http://www.php.net) will typically use:
-#
-#AddType application/x-httpd-php3 .php3
-#AddType application/x-httpd-php3-source .phps
-
AddType application/x-tar .tgz
#