Apache::Reload and @INC

2002-11-27 Thread Igor Vylusko
Hi All, in doc http://perl.apache.org/docs/2.0/api/mod_perl-2.0/Apache/Reload.html declared that when using Apache::Reload I may define additional lib in httpd.conf: PerlSetEnv PERL5LIB /home/httpd/perl/extra But when I enable PerlInitHandler Apache::Reload in config all libs defined in PERL5LIB a

Re[2]: Apache::Reload and @INC

2002-11-27 Thread Igor Vylusko
>> in doc >> http://perl.apache.org/docs/2.0/api/mod_perl-2.0/Apache/Reload.html >> declared that when using Apache::Reload I may define additional lib >> in httpd.conf: PerlSetEnv PERL5LIB /home/httpd/perl/extra >> But when I enable PerlInitHandler Apache::Reload in config all libs defined in >> P