> I am wondering why it's trying to run the file Rules2.pm. Why doesn't it > just restart then wait to report the error when I attempt to access > scinux.redwoods/mod_perl_rules2?
Mod_Perl compiles all library modules and loads them into memory when the Apache server is started. That is why mod_perl applications are so much faster than CGI applications, which compile at runtime. -- 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