On Jan 8, 2008 10:14 AM, john moylan <[EMAIL PROTECTED]> wrote: > I'm using Roller 3.1 with Apache 2.0, JBoss 4.05 and mod_jk on Linux. > I am trying to restrict access so that users can only login from a single ip > range. > I have tried using the LocationMatch directive in apache, eg: > Order Deny,Allow > Deny from All > Allow from 192.168. > > But this does not seem to have any effect. > > Can anyone explain the best way to restrict logins to certain IP ranges?
I don't know enough Apache HTTPD conf to help. That's probably a question for the HTTPD mailing list. But, if you deny access from all like that you'll be completely preventing access, not just preventing logins. Is that really what you want to do? - Dave
