Minor Problem .tar.tar

2003-12-24 Thread Kent, Mr. John (Contractor)
Greetings, This is a very minor problem but it has existed for a long time. When downloading the source for mod_perl-2.0 you get a file mod_perl-2.0-current.tar.tar Thanks, John Kent -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

RE: Minor Problem .tar.tar

2003-12-24 Thread Kent, Mr. John (Contractor)
ssage- From: Ged Haywood [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 2:10 PM To: Kent, Mr. John (Contractor) Cc: Mod-Perl (E-mail) Subject: Re: Minor Problem .tar.tar Hello there, On Wed, 24 Dec 2003, Kent, Mr. John (Contractor) wrote: > This is a very minor problem bu

Mod-Perl Logging Errors under RedHat Linux ES 3.0

2004-01-27 Thread Kent, Mr. John (Contractor)
-8<-- Start Bug Report 8<-- 1. Problem Description: The mod-perl enabled server seems to be working ok, but is generating error messages (every minute) as reported by our system administrators: The following errors are being reported in /var/log/messages.

RE: Mod-Perl Logging Errors under RedHat Linux ES 3.0

2004-01-27 Thread Kent, Mr. John (Contractor)
he kernel is going to yap about it. Thank you, John Kent Webmaster Naval Research Laboratory Monterey, CA > -Original Message- > From: Kent, Mr. John (Contractor) > Sent: Tuesday, January 27, 2004 11:13 AM > To: Mod-Perl (E-mail) > Cc: Manzano, Mr. Rhod (P

No Speed-Up?

2004-07-09 Thread Kent, Mr. John \(Contractor\)
Greetings ModPerl Gurus, Not seeing any significant speed up in my cgi scripts using mod-perl (3.5 RPS) over straight Apache (3.2 RPS), unlike in the past. So figure I must have something configured incorrectly. Hopefully someone can tell me what I have wrong. Successfully built: [Fri Jul 09

RE: No Speed-Up?

2004-07-13 Thread Kent, Mr. John \(Contractor\)
2 -c 4 http://web2.nrlmry.navy.mil:/nexsat-bin/nexsat.cgi Requests per second:7.80 [#/sec] (mean) Thank you very much, John Kent Webmaster Naval Research Laboratory Monterey, CA -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 12:21 PM

Running apachectl start hangs

2004-07-20 Thread Kent, Mr. John \(Contractor\)
Greetings Frequently when running apachectl start on a mod-perl server Apache/2.0.50 (Unix) mod_perl/1.99_14 Perl/v5.8.3 configured it just hangs. What I get from running strace on the heavy server process: [EMAIL PROTECTED] bin]$ strace -p 21724 attach: ptrace(PTRACE_ATTACH, ...): No such proc

Using home-grown modules in mod-perl

2005-01-31 Thread Kent, Mr. John \(Contractor\)
Greetings, I have some home-grown modules that I wish to have pre-compiled into a heavy Apache server via mod-perl. Must my module EXPORT the desired sub routines, and must the startup.pl file say /use/lib qw (/users/webuser/homegrown/lib); use MyModule; OR will it work to NOT use EXPORT and

RE: Using home-grown modules in mod-perl

2005-01-31 Thread Kent, Mr. John \(Contractor\)
Re: Using home-grown modules in mod-perl Jonathan Vanasco wrote: > On Jan 31, 2005, at 10:55 AM, Kent, Mr. John ((Contractor)) wrote: > >> will it work to NOT use EXPORT and say in the startup >> >> /use/lib qw (/users/webuser/homegrown/lib); >> use MyModule();

Problem with CGI.pm 3.10 & modperl 2.0.0

2005-05-31 Thread Kent, Mr. John \(Contractor\)
Greetings, Trying to run the CGI.pm 3.10 with the latest Apache and mod-perl [Tue May 31 11:57:54 2005] [notice] SIGHUP received. Attempting to restart [Tue May 31 11:57:55 2005] [notice] Apache/2.0.54 (Unix) mod_perl/2.0.0 Perl/v5.8.6 configured -- resuming normal operations Get the following

make test error

2005-11-17 Thread Kent, Mr. John \(Contractor\)
Greetings, When installing the latest mod_perl with Apache 2.0.55 make test produced the following error: [warning] setting ulimit to allow core files ulimit -c unlimited; /users/webuser/perl.5.8.7/bin/perl /users/webuser/src/mod_perl-2.0.0/t/TEST -clean APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APA

Bug report: ModPerl 2.0.2 make test "Insecure directory under -T"

2005-12-22 Thread Kent, Mr. John \(Contractor\)
Here is mybugreport: -8<-- Start Bug Report 8<-- 1. Problem Description: [DESCRIBE THE PROBLEM HERE] When running >make test Get the following errror [Thu Dec 22 09:28:15 2005] [info] base server + 27 vhosts ready to run tests [Thu Dec 22 09:28:16 2005]

RE: Bug report: ModPerl 2.0.2 make test "Insecure directory under -T"

2005-12-23 Thread Kent, Mr. John \(Contractor\)
3:04 PM To: Kent, Mr. John (Contractor) Cc: Mod-Perl (E-mail) Subject: Re: Bug report: ModPerl 2.0.2 make test "Insecure directory under -T" Kent, Mr. John (Contractor) wrote: > Here is mybugreport: > > -8<-- Start Bug Report 8<

Building static mod-perl in non-standard directories

2006-03-28 Thread Kent, Mr. John \(Contractor\)
Greetings, Installation instructions for building mod-perl dynamically worked great compiled, installed, and works great mod-perl2.0.2 perl5.8.8 Thought I'd try to see what performance difference I get using static build mod-perl. Used the documented install procedure: To enable statically lin

RE: Building static mod-perl in non-standard directories

2006-03-28 Thread Kent, Mr. John \(Contractor\)
h 28, 2006 1:06 PM To: Kent, Mr. John (Contractor) Cc: modperl@perl.apache.org; Kent, Mr. John (Contractor) Subject: Re: Building static mod-perl in non-standard directories On Tue, 28 Mar 2006 12:25:36 -0800 "Kent, Mr. John \(Contractor\)" <[EMAIL PROTECTED]> wrote: > So my que