Re: BUG: MP_CODE_ATTRS() is broken under perl 5.10.0

2007-12-31 Thread Philippe M. Chiasson
Michael Schout wrote: > Michael Schout wrote: > >> MP_CODE_ATTRS() doesn't work under perl 5.10.0. > > Does anyone have any ideas on how to fix this? Short answer, not yet. Slightly longer answer follows. The problem is that the different flavors of filter handlers need to be identified, and

Re: BUG: MP_CODE_ATTRS() is broken under perl 5.10.0

2007-12-31 Thread Michael Schout
Michael Schout wrote: > MP_CODE_ATTRS() doesn't work under perl 5.10.0. Does anyone have any ideas on how to fix this? Regards, Michael Schout

Re: DBD::mysql library issue on mod_perl2/Leopard

2007-12-31 Thread Perrin Harkins
On Dec 28, 2007 4:09 PM, Hendrik Van Belleghem <[EMAIL PROTECTED]> wrote: > I'm having some trouble with DBD::mysql under mod_perl2 on Leopard. > The build process when just fine, make test didn't show any errors and > running it in console and as CGI didn't show any errors. When CGI works, but mo

Re: Correct way to send http status code 206 -Partial content?

2007-12-31 Thread Perrin Harkins
On Dec 28, 2007 5:53 PM, Hemant Bist <[EMAIL PROTECTED]> wrote: > What is the correct way to send http status code of 206 from from Modperl > Registry script [In modperl2/apache2]? Don't use a Registry script. Write a handler instead. - Perrin

Re: [bugreport] Internal Server Error output - but no error

2007-12-31 Thread Perrin Harkins
On Dec 30, 2007 3:45 PM, Kate Yoak <[EMAIL PROTECTED]> wrote: > returning 200 as a scalar from a content handler causes Apache to > spit up "Internal Server Error" html despite a '200 OK' status. > There is no error or warning in the log, nor any other indication of > a problem This is more of an