[ANNOUNCE] lingerd 0.94

2001-10-25 Thread Roger Espel Llima
I've been meaning to release an update to lingerd since I got it ported to FreeBSD and Solaris... since I can't find the time to do the cosmetic changes that have been in the TODO list for too long, I figure I'll leave those for later. Anyway, here it is... Lingerd version 0.94 has been

problem with Apache::SSIChain

2001-10-25 Thread LPorcano
I am trying to set up a Apache::SSIChain to process the output from a cgi running under Apache::Registry I am using the following line in the conf file: PerlHandler Apache::OutputChain Apache::SSI Apache::Registry The problem is that all of the includes are being inserted at the top of

Re: Odd problem with Perl sections

2001-10-25 Thread Carolyn
On Wed, Oct 24, 2001 at 03:01:25AM -0700, Tom Mornini wrote: in httpd.conf: 1 Perl 2$ErrorLog = |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR; 3 /Perl 4 ErrorLog |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR Lines 1-3 and 4 should do the same

Re: Odd problem with Perl sections

2001-10-25 Thread Tom Mornini
On Wednesday, October 24, 2001, at 06:38 PM, Carolyn wrote: On Wed, Oct 24, 2001 at 03:01:25AM -0700, Tom Mornini wrote: in httpd.conf: 1 Perl 2$ErrorLog = |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR; 3 /Perl 4 ErrorLog

Re: tracing memory usage for modules in mod_perl??

2001-10-25 Thread Stas Bekman
Andrei A. Voropaev wrote: Hi! Just wanted to check if it is possible to trace memory usage of each mod_perl modules. It's kind of does not look very realistic, but I do not know the whole truth... Sure you can, arm yourself with B::TerseSize. Look at Apache::Status that uses it, so you

Re: Odd problem with Perl sections

2001-10-25 Thread Carolyn Hicks
On Wed, Oct 24, 2001 at 06:52:13PM -0700, Tom Mornini wrote: I don't believe that single quotes -vs- double quotes would make a difference. Both things end up a single scalar, and I seriously doubt that Apache can tell the difference... well, I meant single *and* double quotes - so the value

Re: namespace-troubles

2001-10-25 Thread John Michael
Not to beat a dead horse, because this subject is well over. Sorry, if I offended anyone. Anyway, I always get and often see others get: You obviously have not read the documentation answer. And wanted to put in my perspective being new to this list and trying to learn mod_perl. I love perl

Re: Odd problem with Perl sections

2001-10-25 Thread Tom Mornini
On Wednesday, October 24, 2001, at 07:25 PM, Carolyn Hicks wrote: On Wed, Oct 24, 2001 at 06:52:13PM -0700, Tom Mornini wrote: I don't believe that single quotes -vs- double quotes would make a difference. Both things end up a single scalar, and I seriously doubt that Apache can tell the

Re: namespace-troubles

2001-10-25 Thread Perrin Harkins
Sorry if I came off sounding harsh. I spend a lot of my personal time answering newbie questions on this list, and it bothers me when people say that newbies don't get helped here. They generally get a lot of help here. If someone says it's in the guide and you can't find it, ask for a link to

Bit of an oddity configuring perl (fwd) (fwd)

2001-10-25 Thread Steven Lembark
Should be fairly simple: Configure a few locations w/in the perl section of httpd.conf. The code seems to run, exept that naming the first section /cdr/Data gives me the output from Cdr::Welcome, rather than the Cdr::Data module. Changing the name from cdr/Data to cdr/Foo in the config file

Re: Excellent article on Apache/mod_perl at eToys

2001-10-25 Thread Tatsuhiko Miyagawa
On Thu, 18 Oct 2001 19:11:04 -0700 (PDT) Andrew Ho [EMAIL PROTECTED] wrote: I checked the list archives and it didn't look like this had been posted yet. For those of you who haven't seen it yet... a great read on perl.com about the Apache/mod_perl setup at eToys, co-authored by our own

Re: Odd problem with Perl sections

2001-10-25 Thread Tom Mornini
On Wednesday, October 24, 2001, at 11:38 AM, Scott Lanning wrote: On Wed, 24 Oct 2001, Tom Mornini wrote: 1 Perl 2$ErrorLog = |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR; 3 /Perl 4 ErrorLog |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR [snip]

Again DSO-mod_perl and leaking on restart: FreeBSD

2001-10-25 Thread Alvar Freude
Hi, some weeks ago here was the discussion about DSO-mod_perl and leaking; as far as I understand it the solution was, that on SOME platforms (solaris) mod_perl should be build as static. It seems that FreeBSD is such a platform ;-) I build Apache from the Ports-Collection with mod-ssl --

Re: Again DSO-mod_perl and leaking on restart: FreeBSD

2001-10-25 Thread Alvar Freude
Hi, It would be interesting to hear whether you have the same results with the stock Perl version distributed with FreeBSD (built without PERL_THREADED defined, since that experimental stuff was removed from FreeBSD with good reason). with perl 5.6.1 and my Perl isn't threaded :) That's

Re: Again DSO-mod_perl and leaking on restart: FreeBSD

2001-10-25 Thread Alvar Freude
Hi, It kinda feels like you didn't absorb any of the contents of my reply. :-) ehm, ups sorry -- perhaps i misunderstand you ;) (oh yes, my english is bad :( ) Let me try a different approach. What do you want me to do? it was mainly a message to the mod_perl mailinglist, CC to you

Re: Apache::Compress - any caveats?

2001-10-25 Thread Ged Haywood
Hi there, On Wed, 24 Oct 2001, Mark Maunder wrote: I noticed that there are very few sites out there using Content-Encoding: gzip - in fact yahoo was the only one I could find. Is there a reason for this I think because many browsers claim to accept gzip encoding and then fail to cope with

Re: Apache::Compress - any caveats?

2001-10-25 Thread Mark Maunder
Ged Haywood wrote: Hi there, On Wed, 24 Oct 2001, Mark Maunder wrote: I noticed that there are very few sites out there using Content-Encoding: gzip - in fact yahoo was the only one I could find. Is there a reason for this I think because many browsers claim to accept gzip encoding

Re: problem with Apache::SSIChain

2001-10-25 Thread Perrin Harkins
LPorcano wrote: I am trying to set up a Apache::SSIChain to process the output from a cgi running under Apache::Registry I am using the following line in the conf file: PerlHandler Apache::OutputChain Apache::SSI Apache::Registry Shouldn't that be PerlHandler

Re: problem with Apache::SSIChain

2001-10-25 Thread LPorcano
Yeah, sorry that was a typo in the email. It is actually Apache::SSIChain in the conf file. Len - Original Message - From: Perrin Harkins [EMAIL PROTECTED] To: LPorcano [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 9:52 AM Subject: Re: problem with

Re: Excellent article on Apache/mod_perl at eToys

2001-10-25 Thread Matthew Kennedy
On Tue, 2001-10-23 at 12:31, Dave Hodgkinson wrote: Nathan Torkington [EMAIL PROTECTED] writes: Is there a nice graphicy map of what actually constitutes J2EE onto which we can overlay the relevant perl bitz? Something like this: http://www.onjava.com/pub/a/onjava/api_map/

Re: [OT] excellent modperl/etoys article by Perrin revisited

2001-10-25 Thread Tom Servo
I was told over the weekend by one of my old eToys cow-orkers that the current incarnation of www.etoys.com isn't running our old code. Leave it to KB to buy all the code then not bother to use it. I understand that's also the reason they couldn't be bothered to migrate the old accounts over.

Re: [OT] excellent modperl/etoys article by Perrin revisited

2001-10-25 Thread Drew Taylor
At 12:26 PM 10/25/2001 +0800, Gunther Birznieks wrote: I saw an article in today's ComputerWorld that indicates the technology et al for eToys was bought by another toy firm (KB) and they plan to put it up to sell toys for this holiday season again.

Re: [OT] excellent modperl/etoys article by Perrin revisited

2001-10-25 Thread Perrin Harkins
Perrin or others involved in the old eToys (or anyone in the new Toys) -- does anyone know if this is the same mod_perl technology you guys wrote? I'm not involved in that anymore, so I don't have first-hand information. However, a brief look at the site makes me think they are not using any

Sanity check: statically linking binary extensions like GD in to httpd

2001-10-25 Thread Barrie Slaymaker
I'm seeking a sanity check on statically linked binary extensions in with httpd. I've built what I want, but the build is not easily automatable, and I'm hoping I missed an easy alternative somewhere. Background: we have a .png that we want to generate on the fly with up to several thousand

Re: Excellent article on Apache/mod_perl at eToys

2001-10-25 Thread Nathan Torkington
I suppose I should point out that perl.com is always interested in mod_perl articles. If you've learned lessons that others could benefit from, contact the perl.com editor, Simon Cozens [EMAIL PROTECTED]. Nat

ANNOUNCE: Apache::OpenIndex 1.03

2001-10-25 Thread George Sanderson
OpenIndex provides a file manager for an Apache modperl web site from a web browser. OpenIndex also provides the same functionality as autoindex, therefore it can be used to both manage and navigate a web site. An Apache::OpenIndex (OpenIndex-1.03.tar.gz) update was uploaded to CPAN on 25 Oct

Funny headers in modperl-site messages

2001-10-25 Thread Ken Williams
Does anyone know why messages sent to the modperl-site list have modperl-cvs in their headers, like the following? List-Help: mailto:[EMAIL PROTECTED] List-Unsubscribe: mailto:[EMAIL PROTECTED] List-Post: mailto:[EMAIL PROTECTED] -Ken