Custom authentication (weird)

2007-11-19 Thread Dodger
Heya, I'd like to implement a custom authentication without authentication. Seeing as I don't see anything about what I want to do in the normal auth stuff, I figure I will need to do mod_perl. I can get this all on my own if need be, but if someone else has already invented this wheel and wants t

Re: Losing Variables under Apache2 Reload

2007-11-19 Thread Perrin Harkins
On Nov 19, 2007, at 12:51 PM, Jonathan Vanasco wrote: ideally it would be something like: on_reload { reload_these( @namespaces ); } That should be easy enough. Just touch all of those files and they will all be reloaded. - Perrin

Re: Losing Variables under Apache2 Reload

2007-11-19 Thread Jonathan Vanasco
On Nov 18, 2007, at 11:00 PM, Perrin Harkins wrote: Okay, the copy/paste error just confused me. In any case, Apache2::Reload wipes all package variables. It uses ModPerl::Util::unload_package. So, this is the intended behavior. My general advice is to only used Apache2::Reload on a dev serv