Hi Tuomo, I don't mean 80,000 virtual hosts. I have over 80k unix accounts for which content is being served via mod_userdir. And I consider each one it's own "site". It's critical to the environment that users be prevented from specifying handlers in htaccess files in part exactly for the reasons you specified. The other issue is the potential for suexec abuse. I only have one perl access handler I need to use and it has no global variables.
Sent from my iPhone On Feb 13, 2012, at 3:55 AM, Tuomo Salo <tuomo.s...@cybercom.com> wrote: > On Fri, Feb 10, 2012 at 08:50:21AM -0500, Aaron Knister wrote: > >> this is a personal web hosting setup for 80,000+ individual sites (think >> mod_userdir). > > I might be missing something, but does this not seem to be inherently > impossible? 80 kilosites sharing a perl interpreter that persists any > global variables from one request to another would seem to create any > number of problems that are near-impossible to debug, the typical ones > being name space collisions and module version conflicts. > > -Tuomo