On Sun, Nov 3, 2013 at 12:56 PM, Freek de Kruijf wrote:
> I am trying to translate the following old syntax into the new concept with
> but After several tries could not figure out how.
>
> The following old syntax is:
> Require valid-user
> Order Deny,Allow
> Deny from All
> Allow from
I am trying to translate the following old syntax into the new concept with
but After several tries could not figure out how.
The following old syntax is:
Require valid-user
Order Deny,Allow
Deny from All
Allow from 127.0.0.1
Allow from .example.com
Satisfy any
I tried among others