push_handlers and PerlAuthenHandler troubles

2001-07-01 Thread Bolt Thrower
For a particular Location, I'd like to selectively (i.e., based on arbitrary criteria) determine whether a visitor needs authentication. So I set up a Location section in httpd.conf as follows: Location / AuthType Apache::AuthTicket AuthName HomeIntranet PerlAuthenHandler

push_handlers and PerlAuthenHandler troubles [second try]

2001-06-26 Thread Bolt Thrower
My apologies if you've seen this twice. For a particular Location, I'd like to selectively (i.e., based on arbitrary criteria) determine whether a visitor needs authentication. So I set up a Location section in httpd.conf as follows: Location / AuthType Apache::AuthTicket AuthName

Re: push_handlers and PerlAuthenHandler troubles [second try]

2001-06-26 Thread Bolt Thrower
Rodney Broom wrote: Location / AuthType Apache::AuthTicket AuthName HomeIntranet PerlAuthenHandler Intranet::CheckSiteAuthen #PerlAuthenHandler Apache::AuthTicket-authenticate PerlAuthzHandler Apache::AuthTicket-authorize require valid-user

Re: Installing new modules via CPAN?

2001-03-29 Thread Bolt Thrower
Victor Michael Blancas wrote: So how am I supposed to install Apache::AuthCookieDBI via the CPAN shell? Thanks, `perl -MCPAN -e "install Apache::AuthCookieDBI"` Yes, that was the implied first step that was giving me trouble in the first place, and the reason for my initial

Installing new modules via CPAN?

2001-03-28 Thread Bolt Thrower
I've got a working mod_perl installation on a Linux 2.2.14 / Apache/1.3.17 (Unix) mod_perl/1.25 / perl 5.005_03 machine. I'm trying to install Apache::AuthCookieDBI via my CPAN shell, and I keep getting errors of the sort: Can't locate object method "module" via package "Apache" at