Re: Error messages go to server ErrorLog not to VirtualHost ErrorLog

2006-11-16 Thread Fred Moyer
Hermida, Leandro wrote: Hello, I have a problem related to this with CGI scripts which I am porting to mod_perl 2 and presently running under ModPerl::Registry. I have a VirtualHost were I have enabled mod_perl and ModPerl::Registry as the handler. I have set the ErrorLog directive in this Vir

Apache::AuthenNIS v0.13 Apache 2 and mod_perl 2

2006-11-16 Thread David Rodgers
I recently downloaded Apache::AuthenNIS v0.13 for use with Apache 2.2.2-1.2 and mod_perl-2.0.2-5.1. Had some difficulties but finally found the solution at: http://marc.theaimsgroup.com/?l=apache-modperl&m=113003807011966&w=2 The author claims to have updated the website and perhaps he has but

Error messages go to server ErrorLog not to VirtualHost ErrorLog

2006-11-16 Thread Hermida, Leandro
Hello, I have a problem related to this with CGI scripts which I am porting to mod_perl 2 and presently running under ModPerl::Registry. I have a VirtualHost were I have enabled mod_perl and ModPerl::Registry as the handler. I have set the ErrorLog directive in this VirtualHost to a different f

RE: Basic Mod_Perl 1 and Apache 1.3 Issue: Unable to get the requested page.

2006-11-16 Thread Perrin Harkins
On Thu, 2006-11-16 at 12:50 -0500, Sumit Shah wrote: > Thanks Perrin. Our production environment is running mod_perl 1 and > apache 1.3 that comes with Oracle 9iAS. Based on the deadlines, the > plans to upgrade have been moved to a future date. Can you at least move off Windows? Mod_perl 1 runs

Re: Tiny but bad bug in Apache2::SizeLimit?

2006-11-16 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Kjetil Kjernsmo wrote: Hi all! I just threw in Apache2::SizeLimit on the benchmark system and noticed this: [Thu Nov 16 11:49:03 2006] [error] [client 10.20.21.93] Can't locate object method "shared_cleani" via package "Linux::Smaps::VMA" at /usr/lib/perl5/Apache2

Re: Tiny but bad bug in Apache2::SizeLimit?

2006-11-16 Thread Philip M. Gollucci
Kjetil Kjernsmo wrote: Hi all! I just threw in Apache2::SizeLimit on the benchmark system and noticed this: [Thu Nov 16 11:49:03 2006] [error] [client 10.20.21.93] Can't locate object method "shared_cleani" via package "Linux::Smaps::VMA" at /usr/lib/perl5/Apache2/SizeLimit.pm line 113. I

RE: Basic Mod_Perl 1 and Apache 1.3 Issue: Unable to get the requested page.

2006-11-16 Thread Sumit Shah
Thanks Perrin. Our production environment is running mod_perl 1 and apache 1.3 that comes with Oracle 9iAS. Based on the deadlines, the plans to upgrade have been moved to a future date. I have narrowed down the problem. Below is the Perl script/module that should invoke a servlet for every reque

Tiny but bad bug in Apache2::SizeLimit?

2006-11-16 Thread Kjetil Kjernsmo
Hi all! I just threw in Apache2::SizeLimit on the benchmark system and noticed this: [Thu Nov 16 11:49:03 2006] [error] [client 10.20.21.93] Can't locate object method "shared_cleani" via package "Linux::Smaps::VMA" at /usr/lib/perl5/Apache2/SizeLimit.pm line 113. I haven't really investigate