git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89509
13f79535-47bb-0310-9956-
ffa450edef68
<Files ~ "^\.ht">
Order allow,deny
Deny from all
+ Satisfy All
</Files>
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
+ Satisfy All
</Files>
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
+ Satisfy All
</Files>
#
Changes with Apache 1.3.21
+ *) Fix the <Files ~ "^\.ht"> container to *really* deny all access.
+ Without the Satisfy All, .ht* files could still be fetched if
+ they were within the scope of a Satisfy Any directive.
+ [Ken Coar]
+
*) Print a warning when an attempt is made to use line-end comments.
Apparently they are not detected/handled gracefully by all directives.
[Martin Kraemer]