On Nov 2, 2004, at 10:59 AM, Frank Wiles wrote:
Hmmmm... ok try adding Apache::ServerUtil in your startup.pl, I may have written down Apache2 as the fix, but it might really be Apache::ServerUtil.
Unfortunately, that didn't work either. Here's my startup.pl:
[EMAIL PROTECTED] root]# cat /var/www/perl/startup.pl use lib qw(/var/www/perl); use Apache2; use Apache::ServerUtil; use Apache::RequestRec; use Apache::compat; 1;
Thanks again,
-- Jason Dixon DixonGroup Consulting http://www.dixongroup.net
-- 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