On Wed, Oct 21, 2009 at 7:20 AM, Rolf Schaufelberger <r...@plusw.de> wrote: > You could hide these vhosts behind a proxy, and +Parents just works fine > with different lib direcories. > Following the mod-perl performance guide it is recommended to split your > app to frontend an backend apache and so > you can have as many different vhosts in the backgroud as you need. Why > reinvent the wheel ?
That probably is the best solution. A proxy is needed anyway and it makes all URL layouts work with vhosts. - Perrin