Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/httpd.conf.in?rev=1041011&r1=1041010&r2=1041011&view=diff = = = = = = = = ====================================================================== --- httpd/httpd/trunk/docs/conf/httpd.conf.in (original) +++ httpd/httpd/trunk/docs/conf/httpd.conf.in Wed Dec 1 13:52:56 2010 @@ -177,7 +177,7 @@ DocumentRoot "@exp_htdocsdir@" # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # -<FilesMatch "^\.ht"> +<Files ".ht*"> Require all denied </FilesMatch>
That's not right. Either use Files or Filesmatch. If you want to use Files ".ht*" then you need to </Files>. You want to fix this, or should I get it?
-- Rich Bowen [email protected]
