[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 200 vhosts, 5 sets of libs, 2GB RAM, 1 httpd (seeking advice)


On 4/11/07, Jonathan Vanasco <suppressed> 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


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.