Re: mod_captcha

2008-07-05 Thread Aaron Collins
Perrin Harkins wrote: On Wed, Jun 25, 2008 at 8:19 PM, Aaron Collins <[EMAIL PROTECTED]> wrote: I'm trying to write a perl based mod_captcha using the recaptcha service, I was wondering is someone could tell me which handler I should use that would allow me to have mod_perl

Re: mod_captcha

2008-07-05 Thread Aaron Collins
Perrin Harkins wrote: On Wed, Jun 25, 2008 at 8:19 PM, Aaron Collins <[EMAIL PROTECTED]> wrote: I'm trying to write a perl based mod_captcha using the recaptcha service, I was wondering is someone could tell me which handler I should use that would allow me to have mod_perl

Re: mod_captcha

2008-06-26 Thread Perrin Harkins
On Wed, Jun 25, 2008 at 8:19 PM, Aaron Collins <[EMAIL PROTECTED]> wrote: > I'm trying to write a perl based mod_captcha using the recaptcha service, I > was wondering is someone could tell me which handler I should use that would > allow me to have mod_perl intercept

Re: mod_captcha

2008-06-25 Thread adam . prime
Quoting Aaron Collins <[EMAIL PROTECTED]>: Hello, I'm trying to write a perl based mod_captcha using the recaptcha service, I was wondering is someone could tell me which handler I should use that would allow me to have mod_perl intercept a request going to a specific location

mod_captcha

2008-06-25 Thread Aaron Collins
Hello, I'm trying to write a perl based mod_captcha using the recaptcha service, I was wondering is someone could tell me which handler I should use that would allow me to have mod_perl intercept a request going to a specific location and if it i return true continue with the request. I