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
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
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
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
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