[users@httpd] Help to understand satisfy any on directory and location directtives

2014-12-22 Thread Salatiel Filho
Hello, i am trying to password protect my server allowing different users to access different locations. The basic configuration is: Directory / Options FollowSymLinks AllowOverride None Deny from all /Directory Directory

Re: [users@httpd] Help to understand satisfy any on directory and location directtives

2014-12-22 Thread Salatiel Filho
On Mon, Dec 22, 2014 at 1:14 PM, Eric Covener cove...@gmail.com wrote: On Mon, Dec 22, 2014 at 10:57 AM, Salatiel Filho salatiel.fi...@gmail.com 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

Re: [users@httpd] Help to understand satisfy any on directory and location directtives

2014-12-22 Thread Salatiel Filho
On Mon, Dec 22, 2014 at 1:55 PM, Eric Covener cove...@gmail.com wrote: On Mon, Dec 22, 2014 at 11:48 AM, Salatiel Filho salatiel.fi...@gmail.com wrote: No. It is a SCGIMount SCGIMount /restricted 127.0.0.1:5033 Okay, so Directory / is not merged. The default value of Order is deny,allow