Am 24.01.2010 um 20:39 schrieb Eric Covener:
On Sun, Jan 24, 2010 at 12:15 PM, Paulo Martinez
<martinez...@googlemail.com> wrote:
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
<Location /rsrcdav>
Order deny,allow
Allow from all
http://example.com/rsrcdav/.htaccess
i get the content of the file.
Location* is applied after Files*:
http://httpd.apache.org/docs/2.2/sections.html#mergin
Okay i understand, thanks.
I changed the location- to a directory-container.
But what if i need a location-container?
In the example of my initial post, i can
avoid order,allow,deny-directives because
authorization is controlled by authentication.
But what if i need some authorization control
via order,allow,deny-directives? (the use of
files-directives inside location-containers
is not allowed)
Pragmatically or semantically i want to say:
ht-file access is forbidden. Anything else
despite specific configurations is okay.
How to accomplish this scenario?
Cheers
PM
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org