mod_perl Input Filter, cookies & mod proxy

2007-01-06 Thread Marc Boorshtein
Hello, I'm trying to write a mod_perl based input filter that will change the cookies in a request and then pass the request to mod_proxy. I think i'm pretty close to figuring this out, but its not working. At this point I can confirm my filter is running and modproxy is running, but the cookie

Re: Build static mod_perl and apachev2.2.3 fail

2007-01-06 Thread James Smith
On Sat, 6 Jan 2007, Jonathan Vanasco wrote: > > On Jan 6, 2007, at 7:39 AM, LUKE wrote: > > > Have anyone build static mod_perl and apache v2.0.59 successfully? > > most people have long abandoned the static mod_perl route. its a > PITA to maintain ( you have to upgrade mp and apache at the same

Re: Build static mod_perl and apachev2.2.3 fail

2007-01-06 Thread Jonathan Vanasco
On Jan 6, 2007, at 7:39 AM, LUKE wrote: Have anyone build static mod_perl and apache v2.0.59 successfully? most people have long abandoned the static mod_perl route. its a PITA to maintain ( you have to upgrade mp and apache at the same time ) performance wise, there's basically no diffe

Re: mod_perl-specific Compiler Options

2007-01-06 Thread Perrin Harkins
LUKE wrote: > What situation we need to modify the mod_perl's IO buffer size? You never need to modify it. You have the option of playing with it to to improve performance, but it's unlikely to make a measurable difference since you probably have a proxy server in front of your mod_perl server. -

Build static mod_perl and apachev2.2.3 fail

2007-01-06 Thread LUKE
What is difference between apache v2.0.59 and v2.2.3? I can build static mod_perl and apache v2.2.3. Have anyone build static mod_perl and apache v2.0.59 successfully? -- Makefile.PL PREFIX=/usr/local/Portal/perlmods LIB=/usr/local/Portal/perlmods \ MP_USE_STATIC=1 MP_AP_PREFIX="/usr/local/mpa