Re: Hook Ordering

2007-11-27 Thread David Eisner
On Nov 27, 2007 10:01 AM, Geoffrey Young <[EMAIL PROTECTED]> wrote: > David Eisner wrote: > > desired behavior is that the user first gets the Basic AuthType > > username/password dialog, and if they successfully login, then they > > get taken to the agreement page.

Hook Ordering

2007-11-27 Thread David Eisner
his? I checked the documentation and it seems incomplete, indicating that Hook Ordering is "not working." [1] Is that the end of the story? Thanks. -David [1] http://perl.apache.org/docs/2.0/user/handlers/intro.html#Hook_Ordering__Position_ -- David Eisner http://cradle.brokenglass.com

Re: [mp 2.0.4-dev] mod_perl segfaults httpd with simple CGI redirect

2007-11-21 Thread David Eisner
rhaps error messages in the error_log, but not an invalid memory access. In any case, I won't (intentionally) do that again. Thanks. -David -- David Eisner http://cradle.brokenglass.com

[mp 2.0.4-dev] mod_perl segfaults httpd with simple CGI redirect

2007-11-21 Thread David Eisner
-8<-- Start Bug Report 8<-- 1. Problem Description: [System: Solaris 9, apache-2.0.61, Perl 5.8.8, mod_perl 2.0.3, and also mod_perl 2.0.4-dev (from svn checkout yesterday). httpd segfaults when I access this CGI, on the second or subsequent access (but not

[mp2] mod_perl segfaults in XS_Apache2__RequestRec_send_cgi_header

2007-11-15 Thread David Eisner
p/lib); 1; Here's my handler (a work in progress): # # mod_perl handler to check whether user # has accepted the Calce Legal Agreement. # # Author: David Eisner # Date: November 2007 package Calce::CheckCLA; use strict; use warnings; use Apache2: