On Fri, 2005-10-21 at 16:00 -0400, Eric Lenio wrote: > 2 people have now questioned why I am using mod_perl for the solution... this > is strange to me because I expect people on this list to look for EXCUSES to > use mp2... come on, how about some mp2 advocacy???
I think it's natural to wonder why you aren't using tools like mod_proxy and mod_rewrite that specifically handle this problem and are widely used. You didn't mention anything that those modules can't do in your previous message. Many of us run a slim proxy server in front of mod_perl, and avoid putting mod_perl into it so that we can avoid the extra memory it would consume. You have reasons for your choice, so that's fine, but the suggestions to consider using mod_proxy were good suggestions given the information you supplied. I don't really want to see blind advocacy of mod_perl. - Perrin