> -----Original Message-----
> From: G.W. Haywood [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 19, 2000 1:38 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: HTTP authentication based sessioning with logout ability
> 
> 
> Hi there,
> 
> On Tue, 19 Dec 2000 [EMAIL PROTECTED] wrote:
> 
> [Reams and reams of stuff snipped, without apology]
> 

I'd append to Ged's comments with:

The Eagle book is your friend - the answer to 

>     return OK if $r->sub_request;
> 
>     [Tue Dec 19 17:32:04 2000] [error] Can't locate object 
> method "sub_request" via package "Apache" at 
> /usr/lib/perl5/5.6.0/i386-linux/raxware/AssignRealm.pm line 85.

can be found within (hint, there's no sub_request() method, and had you read
Doug's follow-up to the post you sent you would have seen that :)

in fact, you don't have to even buy the book - convienently
http://www.modperl.com/book/chapters/ch6.html is online and contains the
answers you crave (but supporting Doug's hard work and smarts is, well,
smart - just go buy it)

in general, though, you'd be better off using shrink-wrapped stuff from CPAN
(such as the many Apache::Auth* modules that are out there.) especially if
you don't have the time to learn all the nuances of what is going on...

good luck and welcome to the community...

--Geoff

Reply via email to