Re: preloading modules and apache::dbi

2012-01-18 Thread Brett Lee
Hi Mike, I believe the answer is that each http process will have its own handle.  At least that's what it appears to be when I view the handles via http://hostname/perl-status. Hope you enjoy mod_perl.   Best regards, - - Brett Lee Encrypt your data with PDS - http://crypto.brettlee.com/ >_

preloading modules and apache::dbi

2012-01-18 Thread mike cardeiro
Hi, I am totally new to mod perl (after 13+ years of building web applications on shared servers I now am developing on a dedicated box woo-hoo) I have installed apache::dbi and set it to preload in the apache config file.  Here is what I think my problem might be. I have a library I want to p

Apache2::AuthenNTLM 0.02 - BASIC password problem when using punctuation?

2012-01-18 Thread Kris Glynn
Hi, I've noticed that when using password "Blahblah_" I can not authenticate against a webserver protected by Apache2::AuthenNTLM using BASIC auth - other passwords I have tried are "Blahblah." / "Blahblah#" - if I change the users password to "password" everything works fine. Why is this hap