John Day wrote:
I am using mod_perl 1.28 with Apache 1.3.28 on RH 9.0, it is my development server.

I want to 'freeze' a copy of a project and continue to develop using another set of subdirectories. Using name based virtual hosts I can set a new name, but how do I set up a series of mod_perl directories with the same names for the second host?

John,


Use Apache::PerlVINC
http://perl.apache.org/docs/1.0/guide/modules.html#Apache__PerlVINC___Allows_Module_Versioning_in_Location_blocks_and_Virtual_Hosts

in mod_perl 2, this is accomplished much easier using perl interpreter pools:
http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to