On 4/11/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
Are you aware of the dangers in namespace collision this can cause?
I'd guess that he is, and that's why uses PerlOptions +Parent. See http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ The problem with that strategy is that it means your 100 PROD vhosts don't share anything. The idea to set up the interpreter once for all the PROD vhosts is a good one, but I'm not aware of any context level in between vhost and global, so I don't think it will work. The proxy idea will work, and is not all that hard really. You could probably even rig the servers to all share the same config file and just have them choose which block to follow by passing -D options on the command line. - Perrin