Re: mod-perl 2.0

2001-06-12 Thread Doug MacEachern
On Mon, 4 Jun 2001, GUMMALAM,MOHAN (HP-PaloAlto,ex1) wrote: > This is going to be a simple question for most of you. I've been trying to > build modperl-2.0 statically (not DSO). I follow the directions given at > pod/modperl_dev.pod (and trying it for static compilation). After running > thro

RE: restoring default error response

2001-06-12 Thread Doug MacEachern
On Tue, 12 Jun 2001, Geoffrey Young wrote: > doh! this breaks the api.t test. > > hmm, the test calls $r->custom_response(403) - no second parameter. > > my C friends here tell me that being able to call custom_response with only > one argument works only by accident. I dunno. no accident, do

RE: restoring default error response

2001-06-12 Thread Geoffrey Young
doh! this breaks the api.t test. hmm, the test calls $r->custom_response(403) - no second parameter. my C friends here tell me that being able to call custom_response with only one argument works only by accident. I dunno. at any rate, $r->custom_response(VAL) isn't documented as far as I can