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 and if it i return true continue with the request. In my case I use ProxyPass to pass request to java. So I'd want to have my handler jump in give a captcha and when the captcha is approved continue forwarding it on to the proxypass. If my understanding of mod_perl is incorrect please let me know if their is a better logic to approach this.
I'd use a PerlAccessHandler to achieve what you're describing. That's assuming that you want to have a page that is totally distinct from your java based page that you're restricting access to.
Adam