Re: ApacheCon report

2000-11-01 Thread Michael Blakeley
2kB to 64 kB. Some OSes allow these to be tuned (ndd on Solaris). -- Mike -- Michael Blakeley [EMAIL PROTECTED] http://www.blakeley.com/ Performance Analysis for Internet Technologies

Re: further adventures with taint

2000-09-27 Thread Michael Blakeley
At 11:52 AM -0700 9/27/2000, Doug MacEachern wrote: On Mon, 4 Sep 2000, Michael Blakeley wrote: I've been running with AP616 and Taint On for three days now, and it seems to have fixed my problems. I hope so. I really hope so. still looking good? would be good to know if this isn't

Re: further adventures with taint

2000-09-04 Thread Michael Blakeley
At 3:58 PM -0700 7/25/2000, Michael Blakeley wrote: Solaris 2.6, Perl 5.6, apache 1.3.9, mod_perl 1.24. I see intermittent Apache error_log entries like: [Mon Jul 24 04:08:02 2000] [error] Insecure dependency in require while running with -T switch at (eval 85) line 3. OK, I (normally) run

Re: param quirk

2000-08-21 Thread Michael Blakeley
At 3:37 PM -0700 8/16/2000, Michael Blakeley wrote: But the problem is that [EMAIL PROTECTED] also comes through as email=mike [EMAIL PROTECTED] instead of [EMAIL PROTECTED] Never mind; my test wasn't correct. Apparently wget decodes the input URL before performing

param quirk

2000-08-16 Thread Michael Blakeley
It seems that Apache::Request::param returns inputs like [EMAIL PROTECTED] as email=mike [EMAIL PROTECTED] I can live with that, since + is a reserved character and lots of apps expect '+' to read as ' '. But the problem is that [EMAIL PROTECTED] also comes through as

Re: further adventures with taint

2000-07-26 Thread Michael Blakeley
At 11:03 PM + 7/26/2000, Jeremy Howard wrote: I see intermittent Apache error_log entries like: [Mon Jul 24 04:08:02 2000] [error] Insecure dependency in require while running with -T switch at (eval 85) line 3. ... I suspect MIME::Lite, but the code won't work if I remove it

further adventures with taint

2000-07-25 Thread Michael Blakeley
Solaris 2.6, Perl 5.6, apache 1.3.9, mod_perl 1.24. I see intermittent Apache error_log entries like: [Mon Jul 24 04:08:02 2000] [error] Insecure dependency in require while running with -T switch at (eval 85) line 3. Here's what perldiag says: Insecure dependency in %s (F)

[ jobs ] Sonicbox mod_perl coders

2000-07-20 Thread Michael Blakeley
Sonicbox, Inc. http://www.sonicbox.com is hiring mod_perl programmers. Experience with HTTP, HTML, and the major mod_perl tools is assumed. Experience with SQL, PostgresQL, Solaris, and CVS is helpful, but not essential. The marketeers tell me that "Sonicbox makes listening to high quality

Re: bogus taint error?

2000-07-03 Thread Michael Blakeley
At 10:49 AM -0500 7/3/2000, Matt Carothers wrote: On Sun, 2 Jul 2000, Michael Blakeley wrote: This is just plain weird. My last resort was to turn taint off: $ ls -l logs/httpd.pid -rw-rw-rw- 1 root other 6 Jul 2 19:23 logs/httpd.pid $ grep -i taint conf/httpd.conf

Re: bogus taint error?

2000-07-03 Thread Michael Blakeley
At 11:48 AM -0400 7/3/2000, Vivek Khera wrote: "MB" == Michael Blakeley [EMAIL PROTECTED] writes: MB At 3:37 PM -0700 7/2/2000, Michael Blakeley wrote: At 2:00 PM -0700 7/2/2000, Michael Blakeley wrote: With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'

bogus taint error?

2000-07-02 Thread Michael Blakeley
With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'm seeing intermittent taint errors like [Sat Jul 1 18:50:13 2000] [error] PerlRun: `Insecure dependency in require while running with -T switch at /foo.pl line 5. head -6 foo.pl shows: #!perl use Apache::Constants qw/:http/;

Re: bogus taint error?

2000-07-02 Thread Michael Blakeley
At 2:00 PM -0700 7/2/2000, Michael Blakeley wrote: With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'm seeing intermittent taint errors like [Sat Jul 1 18:50:13 2000] [error] PerlRun: `Insecure dependency in require while running with -T switch at /foo.pl line 5. head -6 foo.pl

Re: bogus taint error?

2000-07-02 Thread Michael Blakeley
At 3:37 PM -0700 7/2/2000, Michael Blakeley wrote: At 2:00 PM -0700 7/2/2000, Michael Blakeley wrote: With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'm seeing intermittent taint errors like [Sat Jul 1 18:50:13 2000] [error] PerlRun: `Insecure dependency in require while

Re: Apache::Registry RFE

2000-06-01 Thread Michael Blakeley
At 12:40 PM -0700 6/1/2000, Doug MacEachern wrote: On Tue, 30 May 2000, Michael Blakeley wrote: $ diff -w Registry.pm.orig Registry.pm 26a27,28 $Apache::Registry::AutoLog ||= 32768; 155c157,160 $r-log_error($errsv); --- { local $^W = 0

Re: Apache::Registry RFE

2000-05-31 Thread Michael Blakeley
Of course there was an error... At 9:54 PM -0700 5/30/2000, Michael Blakeley wrote: $r-log_error($errsv) if $Apache::RegistryYA::AutoLog; s/RegistryYA/Registry I'm also having second thoughts about the binary nature of this thing... I'd forgotten that $errsv might well be a text

Apache::RegistryBB patch for 'use strict'

2000-05-29 Thread Michael Blakeley
Apache::RegistryBB from mod_perl-1.24.tar.gz needs a small patch for 'use strict'. diff Apache/RegistryBB.pm.orig Apache/RegistryBB.pm 5c5 use Apache::Constants qw(NOT_FOUND FORBIDDEN OK); --- use Apache::Constants qw(NOT_FOUND FORBIDDEN OK DECLINED); -- Mike

patch for Apache::Session::Store::Postgres

2000-05-29 Thread Michael Blakeley
Patch for Apache::Session::Store::Postgres, from Apache-Session-1.51.tar.gz, to resolve problems with prepare_cached(SELECT a_session FROM sessions WHERE id = ? FOR UPDATE) statement handle DBI::st=HASH(0x369a2c) is still active after a transient error. The solution is to call sth-finish()

Re: patch for Apache::Session::Store::Postgres

2000-05-29 Thread Michael Blakeley
At 9:10 AM -0700 5/29/2000, Jeffrey W. Baker wrote: On Mon, 29 May 2000, Michael Blakeley wrote: Patch for Apache::Session::Store::Postgres, from Apache-Session-1.51.tar.gz, to resolve problems with prepare_cached(SELECT a_session FROM sessions WHERE id = ? FOR UPDATE) statement handle