Building and installing mod_perl as a complete package

2010-11-23 Thread Mohit Anchlia
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

Re: Mod-jk worker not being called after calling Perl handler

2010-11-23 Thread Mohit Anchlia
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