Re: push_handlers and PerlAuthenHandler troubles [second try]

2001-07-10 Thread Doug MacEachern
On Tue, 26 Jun 2001, Bolt Thrower wrote: > 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: > Pe

Re: push_handlers and PerlAuthenHandler troubles [second try]

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

Re: push_handlers and PerlAuthenHandler troubles [second try]

2001-06-26 Thread Rodney Broom
- Original Message - From: Bolt Thrower <[EMAIL PROTECTED]> > > AuthType Apache::AuthTicket > AuthName HomeIntranet > PerlAuthenHandler Intranet::CheckSiteAuthen > #PerlAuthenHandler Apache::AuthTicket->authenticate > PerlAuthzHandler Apache::AuthTicket->aut

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: AuthType Apache::AuthTicket AuthName HomeIntranet