Re: mod_perl/FreeBSD Bug

2005-01-27 Thread David Dorward
[EMAIL PROTECTED] wrote: We are using the latest version of Apache (1.3.33) and mod_perl (1.29) running on FreeBSD 4.9. Scott McWhirter asked me to mention that this issue now has a bug report filed for it. <http://rt.cpan.org/NoAuth/Bug.html?id=11254> -- David Dorward

Re: AuthenHandler talking to ErrorDocument

2005-01-26 Thread David Dorward
Geoffrey Young wrote: What is the accepted way to pass a message from the AuthenHandler to the ErrorDocument? my $notes = ($r->prev || $r)->notes; That works a charm. Thanks. -- David Dorward

AuthenHandler talking to ErrorDocument

2005-01-26 Thread David Dorward
passed onto the content handler for the protected area of the site). What is the accepted way to pass a message from the AuthenHandler to the ErrorDocument? -- David Dorward