> Stas Bekman wrote:
> > 
> > > If I user RegistryLoader to preload a script, should it
> > > show up in /perl-status?rgysubs   (Apache::Status)??
> > 
> > Yes.
> > 
> > Make sure that RegistryLoader didn't fail. (hint: watch the log)
> 
> O.K. It doesn't show up in the error_log.
> =======================================
> cat error_log 
> [Mon Jan 31 11:10:29 2000] [notice] Apache/1.3.9 (Unix) mod_perl/1.21
> configured -- resuming normal operations

Before the server is started STDERR is not tied to error_log, all the log
messages go to the console you start the httpd from.

> Here's the snippet from the startup.pl file:
> ============================================
> #
> # Preload certain scripts
> #
> # xyz scripts
> $Apache::Registry::Debug = 4;
> 
> my $rbuyit = Apache::RegistryLoader->new('abc.xyz.com/cgi-bin/script',
>                '/usr/local/www_sh/cgi-bin/xyz/script');


Hmm... Virtual hosts? I've never tried it with VH, I'm not sure it will
work. Otherwise you shouldn't include the hostname in the first argument.

What error message do you see? 

> 
> 
> 
> Here's the version info:
> ========================
> $Apache::RegistryLoader::VERSION = '1.90';
> 
> 
> Any sugguestions?
> Please let me know if more info is needed.
> 
> Thanks.
> 
> Bill



_______________________________________________________________________
Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to