On Mon, Dec 22, 2014 at 1:55 PM, Eric Covener wrote:
> On Mon, Dec 22, 2014 at 11:48 AM, Salatiel Filho
> wrote:
>> No. It is a SCGIMount
>> SCGIMount /restricted 127.0.0.1:5033
>
> Okay, so is not merged. The default value of Order is
> deny,allow (allow by default) and no implicit deny direct
On Mon, Dec 22, 2014 at 11:48 AM, Salatiel Filho
wrote:
> No. It is a SCGIMount
> SCGIMount /restricted 127.0.0.1:5033
Okay, so is not merged. The default value of Order is
deny,allow (allow by default) and no implicit deny directives.
--
On Mon, Dec 22, 2014 at 1:14 PM, Eric Covener wrote:
> On Mon, Dec 22, 2014 at 10:57 AM, Salatiel Filho
> wrote:
>> The problem lies on the Location /restricted. If i put the "satisfy
>> any" no password is asked at all. Why ?
>
> Does /restricted it map to the filesystem?
No. It is a SCGIMount
On Mon, Dec 22, 2014 at 10:57 AM, Salatiel Filho
wrote:
> The problem lies on the Location /restricted. If i put the "satisfy
> any" no password is asked at all. Why ?
Does /restricted it map to the filesystem?
-
To unsubscribe,
Hello, i am trying to password protect my server allowing different
users to access different locations.
The basic configuration is:
Options FollowSymLinks
AllowOverride None
Deny from all
Options -Indexes