From: Eric Covener
Date: Sun, 7 Nov 2010 19:04:29 +0000 (+0000)
Subject: move .htaccess files
- You should avoid using .htaccess files completely if you have access to
- httpd main server config file. Using .htaccess files slows down your Apache server.
- Any directive that you can include in a .htaccess file is better set in a Directory block, as it will have the same effect with better performance.
-
-
+ coremod_authn_file
@@ -60,6 +56,12 @@ changes on a per-directory basis.
+
+ You should avoid using .htaccess files completely if you have access to
+ httpd main server config file. Using .htaccess files slows down your Apache server.
+ Any directive that you can include in a .htaccess file is
+ better set in a Directory block,
+ as it will have the same effect with better performance.