Re: [users@httpd] setting options for a single file

2011-12-29 Thread Christoph Anton Mitterer
On Tue, 2011-12-27 at 10:28 -0500, Eric Covener wrote: > > Is there a different whether I match > > "^/path/tovHost$" > > or > > "^/path/tovHost/$" > > yes, the note unique to 2.3 is about that. I don't remember where it > mattered. Yeah,.. I've read the note in trunk-doc,... but it is unclear

Re: [users@httpd] setting options for a single file

2011-12-27 Thread Eric Covener
> Is there a different whether I match > "^/path/tovHost$" > or > "^/path/tovHost/$" yes, the note unique to 2.3 is about that. I don't remember where it mattered. - The official User-To-User support forum of the Apache HTTP Ser

Re: [users@httpd] setting options for a single file

2011-12-27 Thread Christoph Anton Mitterer
On Tue, 2011-12-27 at 09:54 -0500, Eric Covener wrote: > Probably doesn't make much practical sense, since you can just use > directory match in 2.3/2.4 and no change to Files or Directory would > likely to ever be available in any older release. Ah... now I've seen what you mean,... it now suppor

Re: [users@httpd] setting options for a single file

2011-12-27 Thread Eric Covener
On Tue, Dec 27, 2011 at 9:35 AM, Christoph Anton Mitterer wrote: > On Tue, 2011-12-27 at 09:31 -0500, Eric Covener wrote: >> You could undo it in a subsequent section that only matched longer >> directory paths.  DirectoryMatch is pretty limited in 2.2 and probably >> not so helpful. > > Yeah,.. I

Re: [users@httpd] setting options for a single file

2011-12-27 Thread Christoph Anton Mitterer
On Tue, 2011-12-27 at 09:31 -0500, Eric Covener wrote: > You could undo it in a subsequent section that only matched longer > directory paths. DirectoryMatch is pretty limited in 2.2 and probably > not so helpful. Yeah,.. I've thought about this,.. but that also seems a bit hacky... Would it mak

Re: [users@httpd] setting options for a single file

2011-12-27 Thread Eric Covener
On Tue, Dec 27, 2011 at 8:54 AM, Christoph Anton Mitterer wrote: > On Tue, 2011-12-27 at 03:31 -0500, Eric Covener wrote: >> nest Files inside of Directory. > That shouldn't help should it? > > When I want to do this for files in the root dir of my vhost (e.g. > robots.txt),... I'd have to add the

Re: [users@httpd] setting options for a single file

2011-12-27 Thread Christoph Anton Mitterer
On Tue, 2011-12-27 at 03:31 -0500, Eric Covener wrote: > nest Files inside of Directory. That shouldn't help should it? When I want to do this for files in the root dir of my vhost (e.g. robots.txt),... I'd have to add the in that and it would also apply to all other subdirs of the vhost's r

Re: [users@httpd] setting options for a single file

2011-12-27 Thread Eric Covener
On Mon, Dec 26, 2011 at 8:26 PM, Christoph Anton Mitterer wrote: > Hi. > > Is it possible to set options (i.e. Allow from all) for a _single_ file > while not using ? > > I'd like to have a default-deny policy for the whole vhost,... therefore > I have something like: > > Order allow,deny > deny

[users@httpd] setting options for a single file

2011-12-26 Thread Christoph Anton Mitterer
Hi. Is it possible to set options (i.e. Allow from all) for a _single_ file while not using ? I'd like to have a default-deny policy for the whole vhost,... therefore I have something like: Order allow,deny deny from all But I'd like to allow access for single files or dirs. For dirs this is