Re: input from external process

2000-11-05 Thread barries
On Sun, Nov 05, 2000 at 01:48:04AM +0200, Eric Smith wrote: Nasty way of effecting this communication is to have each mail message saved to a file and do a readdir every time interval. Ugh. You're not talking mod_perl here, though, are you? Is it possible to have the mod_perl process

lookup_uri and Environment Variables?

2000-11-05 Thread Hadmut Danisch
Hi, sorry if this was discussed before or if it is a dull question, but I couldn't find any other help than subscribing to this list: I have a Perl Handler Module (PerlAuthenHandler) and want to lookup environment variables set by other modules, e.g. the variables set by apache-ssl for the

[ADMIN] Keep those @$%#$ quotes down (was: dynamic vs. mostly staticdata)

2000-11-05 Thread Ask Bjoern Hansen
On Fri, 3 Nov 2000, Jerrad Pierce wrote: Yeah that was it But you could probably even use Memoize for somehting like this? -Original Message- From: Peter Haworth [mailto:[EMAIL PROTECTED]] To: Jerrad Pierce; 'Neil Conway'; ModPerl List [Loads of useless quotes snipped]

Re: mod_perl vs. perl-5.6.0 ? (fwd)

2000-11-05 Thread Ask Bjoern Hansen
On Fri, 3 Nov 2000 [EMAIL PROTECTED] wrote: [...] When I test with perl-5.5.3, everything appears to work. However when I build with perl-5.6.0, my browser (netscape navigatior on a PC) tells me that "the document contains no data", and there's a trace of a core-dump in the apache errlog.

Re: [ADMIN] Keep those @$%#$ quotes down (was: dynamic vs. mostly static data)

2000-11-05 Thread G.W. Haywood
Hi all, On Sun, 5 Nov 2000, Ask Bjoern Hansen wrote: Sending a 3.5KB message to write two misspelled lines are a %@$%$ waste. Those 3.5KB goes to ~1500 people. Your outburst (with which I have to agree, although maybe we might talk about banner ads later:) prompted me to publish a document

problem with modperl as module

2000-11-05 Thread Ulrich Böck
i have a installation / configuration problem using mod_perl apache is version 1.3.14 perl is 5.6.0 the apache was made by ./config \ --prefix=/usr/local/httpd \ --enable-modules=most \ --enable-shared=max i have the modperl in /root/.cpan/build/mod_perl-1.2.24 and i made it via perl

Re: [ADMIN] Keep those @$%#$ quotes down (was: dynamic vs. mostly static data)

2000-11-05 Thread Gunther Birznieks
At 03:32 PM 11/5/00 +, G.W. Haywood wrote: [..snipped to avoid Ask's wrath...] Your outburst (with which I have to agree, although maybe we might talk about banner ads later:) prompted me to publish a document that Stas and I have been working on, if sporadically, for quite a while. It's

mod_perl's bug or BerkeleyDB's bug?

2000-11-05 Thread z88-list-26
Hi! I'm in deep trouble. I try to use BerkeleyDB , but cannot! The situation is: #cat test_db.pl #!/usr/bin/perl use BerkeleyDB; use strict; my ($dbenv,$db); print END; Content-Type: text/html HTMLHEADTITLETest mod_perl/TITLE/HEAD BODYpre END $dbenv = new BerkeleyDB::Env -Home = ".",

mod_perl's bug or BerkeleyDB's bug - it was my bug. sorry

2000-11-05 Thread z88-list-26
I've done! The problem was: The directory "." was readonly for user nobody When I've add write permissions to that directory, all works fine! Ruslan.

Locking BerkeleyDB 2.x, 3.x

2000-11-05 Thread Ruslan Sulakov
source: http://perl.apache.org/guide/dbm.html q: Is there a way to lock BerkeleyDB(Not DB_File) version 2.x and 3.x? Thanks, Ruslan

Re: Locking BerkeleyDB 2.x, 3.x

2000-11-05 Thread Perrin Harkins
On Mon, 6 Nov 2000, Ruslan Sulakov wrote: source: http://perl.apache.org/guide/dbm.html q: Is there a way to lock BerkeleyDB(Not DB_File) version 2.x and 3.x? Read the BerkeleyDB docs. It has a built-in page-level locking scheme. - Perrin

Re: Forking in mod_perl?

2000-11-05 Thread Bill Desjardins
Hello, I have been working with this exact subject for the past couple weeks and becnhmarking lots of results. Although I dont have the results here to show, we have decided to use PVM ( http://www.epm.ornl.gov/pvm/pvm_home.html ) to spawn subprocces on other machines and also on the same

Perlbug 20000818.003 status update

2000-11-05 Thread bugdb
The status of bug(2818.003) has been updated: Original status: Version: 5 Status: open Category: docs Severity: high Os: solaris Fixed in: Current status:

Re: Apache::GzipChain

2000-11-05 Thread Ken Williams
[EMAIL PROTECTED] (Jerrad Pierce) wrote: Is anybody using GzipChain? Is there some known means of verifying that it is in fact working properly? (Other than watching an unreliable browser progress bar) Note that Apache::Compress is out there too. It's a newer module, cooperates with

Re: Apache::RegistryFilter problem

2000-11-05 Thread Ken Williams
This particular bug should be fixed now, in the latest version of Apache::Filter. Can't remember whether I already wrote back to you or not. [EMAIL PROTECTED] (Brian Wheeler) wrote: I'm trying to use Apache::RegistryFilter to pipe the output of perl scripts into AxKit for processing. However,

Re: Apache::Filter Install Problem

2000-11-05 Thread Ken Williams
[EMAIL PROTECTED] (G.W. Haywood) wrote: Hi there, On Thu, 2 Nov 2000, Adam Prime wrote: i built mod_perl with this: perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFIX=/usr/local/apache PERL_STACKED_HANDLERS=1 Any insight would be appreciated. I'm installing it on a redhat 6.2 box with

modifying $subr-run

2000-11-05 Thread Todd Finney
This another follow-up to a previous thread, "maximum (practical) size of $r-notes", from last week. We're trying to redirect the output of $subr-run(), and return it as a variable instead of sending it to the browser. I've poked around the mod_perl and Apache code, and it doesn't look

Re: modifying $subr-run

2000-11-05 Thread Perrin Harkins
Todd Finney wrote: This another follow-up to a previous thread, "maximum (practical) size of $r-notes", from last week. We're trying to redirect the output of $subr-run(), and return it as a variable instead of sending it to the browser. Usually people consider this, realize that it's