Re: Probably OT. Difficulty implementing content handler Apache2

2009-07-18 Thread Bernard T. Higonnet
Joe Lewis wrote: . . . . After a few minutes of searching for some example code and slapping it together, I have an apache configuration that demonstrates the use of mod_perl : _CODE_START LoadModule perl_module modules/mod_perl.so PerlResponseHandler Apache2::example SetHandl

Re: Probably OT. Difficulty implementing content handler Apache2

2009-07-14 Thread Kevac Marko
Check for segmentation faults in global error-log. -- Marko Kevac Gilda Radner - "Adopted kids are such a pain - you have to teach them how to look like you." - http://www.brainyquote.com/quotes/authors/g/gilda_radner.html

Re: Probably OT. Difficulty implementing content handler Apache2

2009-07-10 Thread Bernard T. Higonnet
Joe Lewis wrote: Bernard T. Higonnet wrote: Here's my system FreeBSD 7.1-RELEASE #0 Apache/2.2.8 (Unix) PHP/5.2.10 mod_perl/2.0.4 Perl/v5.8.8 I'm trying to create a content-handler. . . . . After a few minutes of searching for some example code and slapping it together, I have an apache con

Re: Probably OT. Difficulty implementing content handler Apache2

2009-07-09 Thread Joe Lewis
Bernard T. Higonnet wrote: Here's my system FreeBSD 7.1-RELEASE #0 Apache/2.2.8 (Unix) PHP/5.2.10 mod_perl/2.0.4 Perl/v5.8.8 I'm trying to create a content-handler. I know that Apache finds the handler because if there's a syntax error in the perl, Apache reports the error. If however, ther

Probably OT. Difficulty implementing content handler Apache2

2009-07-09 Thread Bernard T. Higonnet
Here's my system FreeBSD 7.1-RELEASE #0 Apache/2.2.8 (Unix) PHP/5.2.10 mod_perl/2.0.4 Perl/v5.8.8 I'm trying to create a content-handler. I know that Apache finds the handler because if there's a syntax error in the perl, Apache reports the error. If however, there is no syntax error, everyth