On Thu, 2 Aug 2001, Doug MacEachern wrote:

> On Fri, 3 Aug 2001, Stas Bekman wrote:
> >
> > <VirtualHost _default_:8555>
> >     PerlSetEnv PERL5LIB /path:/path2:...
> > </VirtualHost>
>
> you need more than that for a vhost to have its own @INC and no need for
> PerlSetEnv to accomplish the task, see modperl_2.0.pod:
>
>  <VirtualHost ...>
>     ServerName dev1
>     PerlOptions +Parent
>     PerlSwitches -Mblib=/home/dev1/lib/perl
>  </VirtualHost>

Oops, right, I was still think 1.x mode

I was thinking that it'd be a more user friendly interface to provide
something like:

PerlINC /home/dev1/lib/perl

of course this is not an urgent thing.

what name would you like? PerlVINC? PerlLIB?



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to