I am trying to translate the following old syntax into the new concept with
<Require{All|Any|None}> 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:
<RequireAll>
<RequireAny>
Require valid-user
Require local
Require host .example.com
</RequireAny>
<RequireNone>
Require all granted
</RequireNone>
</RequireAll>
But whatever I do I can access the Directory I am trying to protect from
anywhere.
--
fr.gr.
Freek de Kruijf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]