thank you muchly. :)
Ricky Zhou wrote:
> Scott Wilcox wrote:
>
>> and this works fine. The thing is, I have a directory inside this path,
>> called "data" which I need to allow all users access too. Is this
>> possible, and if so, how can I do it?
>>
>
> Allow from all
> Satisfy Any
>
Scott Wilcox wrote:
> and this works fine. The thing is, I have a directory inside this path,
> called "data" which I need to allow all users access too. Is this
> possible, and if so, how can I do it?
Allow from all
Satisfy Any
(See http://httpd.apache.org/docs/2.2/mod/core.html#satisfy)
H
hey folks.
If I have the root of a virtual protected with:
DocumentRoot /path/to/dir
ServerName bob
AuthType Basic
AuthName "Network Services"
AuthBasicProvider file
AuthUserFile /path/to/file