coar 98/08/30 11:09:08
Modified: conf srm.conf-dist srm.conf-dist-win Log: D'oh! Brain-fart; use <Files> rather than <FilesMatch>. Revision Changes Path 1.25 +2 -2 apache-1.3/conf/srm.conf-dist Index: srm.conf-dist =================================================================== RCS file: /export/home/cvs/apache-1.3/conf/srm.conf-dist,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- srm.conf-dist 1998/08/30 02:51:42 1.24 +++ srm.conf-dist 1998/08/30 18:09:06 1.25 @@ -98,10 +98,10 @@ # .htaccess files. If you change the AccessFileName directive above, # be sure to make the corresponding changes here. -<FilesMatch "^\.htaccess$"> +<Files .htaccess> Order allow,deny Deny from all -</FilesMatch> +</Files> # TypesConfig describes where the mime.types file (or equivalent) is # to be found. 1.16 +2 -2 apache-1.3/conf/srm.conf-dist-win Index: srm.conf-dist-win =================================================================== RCS file: /export/home/cvs/apache-1.3/conf/srm.conf-dist-win,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- srm.conf-dist-win 1998/08/30 02:51:42 1.15 +++ srm.conf-dist-win 1998/08/30 18:09:07 1.16 @@ -106,10 +106,10 @@ # .htaccess files. If you change the AccessFileName directive above, # be sure to make the corresponding changes here. -<FilesMatch "^\.htaccess$"> +<Files .htaccess> Order allow,deny Deny from all -</FilesMatch> +</Files> # TypesConfig describes where the mime.types file (or equivalent) is # to be found.