SOURCES: apache-common.conf - fixed mime.types path

glen glen at pld-linux.org
Wed Dec 14 22:56:42 CET 2005


Author: glen                         Date: Wed Dec 14 21:56:42 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed mime.types path

---- Files affected:
SOURCES:
   apache-common.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/apache-common.conf
diff -u SOURCES/apache-common.conf:1.2 SOURCES/apache-common.conf:1.3
--- SOURCES/apache-common.conf:1.2	Wed Dec 14 22:37:02 2005
+++ SOURCES/apache-common.conf	Wed Dec 14 22:56:36 2005
@@ -60,7 +60,6 @@
 LoadModule userdir_module modules/mod_userdir.so
 LoadModule alias_module modules/mod_alias.so
 
-
 # DocumentRoot: The directory out of which you will serve your
 # documents. By default, all requests are taken from this directory, but
 # symbolic links and aliases may be used to point to other locations.
@@ -69,10 +68,10 @@
 
 # Each directory to which Apache has access can be configured with respect
 # to which services and features are allowed and/or disabled in that
-# directory (and its subdirectories). 
+# directory (and its subdirectories).
 #
-# First, we configure the "default" to be a very restrictive set of 
-# features.  
+# First, we configure the "default" to be a very restrictive set of
+# features.
 #
 <Directory />
     Options FollowSymLinks
@@ -123,8 +122,8 @@
 </IfModule>
 
 #
-# The following lines prevent .htaccess and .htpasswd files from being 
-# viewed by Web clients. 
+# The following lines prevent .htaccess and .htpasswd files from being
+# viewed by Web clients.
 #
 <FilesMatch "^\.ht">
     Order allow,deny
@@ -162,8 +161,8 @@
 
 <IfModule alias_module>
     #
-    # Redirect: Allows you to tell clients about documents that used to 
-    # exist in your server's namespace, but do not anymore. The client 
+    # Redirect: Allows you to tell clients about documents that used to
+    # exist in your server's namespace, but do not anymore. The client
     # will make a new request for the document at its new location.
     # Example:
     # Redirect permanent /foo http://www.example.com/bar
@@ -180,7 +179,7 @@
     # the filesystem path.
 
     #
-    # ScriptAlias: This controls which directories contain server scripts. 
+    # ScriptAlias: This controls which directories contain server scripts.
     # ScriptAliases are essentially the same as Aliases, except that
     # documents in the target directory are treated as applications and
     # run by the server when requested rather than as documents sent to the
@@ -215,7 +214,7 @@
     # TypesConfig points to the file containing the list of mappings from
     # filename extension to MIME-type.
     #
-    TypesConfig /mime.types
+	TypesConfig /etc/mime.types
 
     #
     # AddType allows you to add to or override the MIME configuration
@@ -283,10 +282,10 @@
 #
 
 #
-# EnableMMAP and EnableSendfile: On systems that support it, 
+# EnableMMAP and EnableSendfile: On systems that support it,
 # memory-mapping or the sendfile syscall is used to deliver
 # files.  This usually improves server performance, but must
-# be turned off when serving from networked-mounted 
+# be turned off when serving from networked-mounted
 # filesystems or if support for these functions is otherwise
 # broken on your system.
 #
@@ -295,9 +294,9 @@
 
 # Supplemental configuration
 #
-# The configuration files in the /extra/ directory can be 
-# included to add extra features or to modify the default configuration of 
-# the server, or you may simply copy their contents here and change as 
+# The configuration files in the /extra/ directory can be
+# included to add extra features or to modify the default configuration of
+# the server, or you may simply copy their contents here and change as
 # necessary.
 
 # Server-pool management (MPM specific)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache-common.conf?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list