RE: [EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password

2006-07-03 Thread Peter . Neu
You are right. That's the XOR codition I was looking for. So I declare something like But what keeps me still thinking is how do I query the db for user/passw the easiest way? I will have to authenticate between 500 and 1000 users. So I don't want to put them into a text file. Besides I need fl

RE: RE: [EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password

2006-07-03 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, July 03, 2006 3:15 PM > To: users@httpd.apache.org > Subject: Re: RE: [EMAIL PROTECTED] How to restric access with IP > Filter (X)OR Password > > Urgh. I'm still runni

Re: RE: [EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password

2006-07-03 Thread Peter . Neu
Urgh. I'm still running 2.0.49. What am I gonna do now? -Pete Original-Nachricht Datum: Mon, 3 Jul 2006 15:06:51 +0200 Von: Boyle Owen <[EMAIL PROTECTED]> An: users@httpd.apache.org Betreff: RE: [EMAIL PROTECTED] How to restric access with IP Filter (X)O

RE: [EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password

2006-07-03 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, July 03, 2006 3:02 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to restric access with IP Filter > (X)OR Password > > Hello, > > I use httpd

[EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password

2006-07-03 Thread Peter . Neu
Hello, I use httpd as a proxy server for a tomcat server. Httpd is used mainly to restrict access through the ip filter. But now I need to have for some users an ip filter and for others a password filter. This is an XOR condition. For user authentication I was thinking of using a mysql databa