Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-22 Thread mdn teo
PROTECTED] Basic Auth Login Retries > To: users@httpd.apache.org > > > Krist van Besien wrote: > >> On Mon, Aug 11, 2008 at 11:56, mdn teo <[EMAIL PROTECTED]> wrote: >> >> But how can I force to skip login retries? >>> I tried to set a custom 401 error pa

[EMAIL PROTECTED] Authentication with mod_ssl and FakeBasicAuth

2008-08-13 Thread mdn teo
Hi! Following this howto: http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html i setup authentication to my secure area, I used a configuration like the "howto", I wrote my subjectDN in the "httpd.passwd" with the defined password, and everything works fine. httpd.conf

Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-11 Thread mdn teo
gin for all browsers. Any idea? > > > -- Forwarded message -- > From: Krist van Besien <[EMAIL PROTECTED]> > Date: Fri, Aug 8, 2008 at 3:30 PM > Subject: Re: [EMAIL PROTECTED] Basic Auth Login Retries > To: users@httpd.apache.org > > >

[EMAIL PROTECTED] Basic Auth Login Retries

2008-08-08 Thread mdn teo
Hi there! Is there a way to limit login retries in Apache Basic Auth? I guess the default is 4, and I'd like to let the user try just one time his password. M.

[EMAIL PROTECTED] mod_rewrite match POST data

2008-07-22 Thread mdn teo
Hi, I have a question about mod_rewrite. I want to deny access if the variables included in the GET or the POST are matching a defined string this is what I use: RewriteCond %{REQUEST_METHOD} ^(GET|POST)$ [NC] RewriteCond %{QUERY_STRING} (myvariable=xxx123) [NC] RewriteRule .*? - [F] ---

Re: [EMAIL PROTECTED] SSLusername and Authentication

2008-06-30 Thread mdn teo
option is used " > > > -- Forwarded message -- > From: Eric Covener <[EMAIL PROTECTED]> > Date: Mon, Jun 30, 2008 at 6:37 PM > Subject: Re: [EMAIL PROTECTED] SSLusername and Authentication > To: users@httpd.apache.org > > > On Mon, Jun

[EMAIL PROTECTED] SSLusername and Authentication

2008-06-30 Thread mdn teo
Hi, I'm working with mod_authnz_ldap, mod_ssl authenticating with certificates and I've got some questions. This is my situation (some directives are omitted) SSLVerifyClient require SSLOptions +Expor