I was able to build mod_perl.so . But I noticed that "make install"
copies whole bunch of perl modules under non-apache directories.
My question,
1. Is it possible to build it such that I don't have to run make
install on every web server? Is there a way to build mod_perl that
contains everythin
Finally I have something that seems to work. I could find only this
way of calling mod-jk after perlhandler gets called. Does it look ok?
In headers_in();
if ($headers_in->get("Content-Length") < 20){
$r->handler("jakarta-servlet");
return DECLINED;
}
#$r->content_type('text/plain');
#$r->p