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
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
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
>
>
>
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.
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]
---
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
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