"blaisbr" <brnbls@gmail.com> schreef in bericht
news:1159721790.517542.254580@k70g2000cwa.googlegr oups.com...
> Is it a solution to put a Limit like this within the httpd.conf file?
>
> <Limit>
> order allow,deny
> deny from X.Y.Z.[A..B]
> allow from all
> AuthType Basic
> AuthLDAP...
> Require valid-user
> </Limit>
>
> And outside this denied address, it is a full access.
NO
Reading the documentation is an easier way to learn than guessing.
http://httpd.apache.org/docs/2.0/mod/core.html#limit
HansH