Re: [users@httpd] Understanding the concepts of

2013-11-03 Thread Eric Covener
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

[users@httpd] Understanding the concepts of

2013-11-03 Thread Freek de Kruijf
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