On Mon, Dec 26, 2011 at 8:26 PM, Christoph Anton Mitterer
<[email protected]> wrote:
> Hi.
>
> Is it possible to set options (i.e. Allow from all) for a _single_ file
> while not using <Location>?
>
> I'd like to have a default-deny policy for the whole vhost,... therefore
> I have something like:
> <Directory /somepath/to/my/vhosts/root>
> Order allow,deny
> deny from all
> <Direcotry>
>
> But I'd like to allow access for single files or dirs.
>
> For dirs this is obviously easy, but for files (e.g. /robots.txt not (as
> <Files> would match any files of that name below)

nest Files inside of Directory.

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to