About putting the blame on other shoulders

2004-12-28 Thread Andreas J Koenig
> On Tue, 28 Dec 2004 00:09:07 -0500, Stas Bekman <[EMAIL PROTECTED]> said: >> Will it not also affect us who build mod_perl applications and want >> an easy-to-use installer to just work for people who download our >> software? Frankly, I don't think that it should be fine for just the >>

Re: About putting the blame on other shoulders

2004-12-28 Thread Andreas J Koenig
> On Tue, 28 Dec 2004 10:54:27 -0500, Stas Bekman <[EMAIL PROTECTED]> said: > Cure wrote: >> Everybody needs to "STEP BACK" and realize how much work and soul >> Stas has put into mod_perl. >> He deserves A LOT OF CREDIT. Keep up the Good work Stas. Actually, I love Stas. And I'm sure he

Re: Maintainer of Apache::DBI

2005-12-05 Thread Andreas J. Koenig
> On Mon, 5 Dec 2005 16:52:30 +0100, "Frank Maas" <[EMAIL PROTECTED]> said: >> I don't think that Apache::DBI CPAN indexing problem is off topic, >> since I think that mod_perl community doesn't known it too much. >> >> So, I suggest you to repost also to modperl list. Thanks, I've fixed

Re: go crazy with me

2005-12-20 Thread Andreas J. Koenig
> On Tue, 20 Dec 2005 09:40:43 -0500, Matt Sergeant <[EMAIL PROTECTED]> > said: > I'm curious as to how you've mixed things up though - if the details > aren't private IP I'd love to know more. Me too:-) I'd also like to hear what people are doing when the apache model has scaling p

Re: Solving mod_perl scalability issues for lots of slow connections

2005-12-20 Thread Andreas J. Koenig
> On Tue, 20 Dec 2005 14:42:12 -0800, Ken Simpson <[EMAIL PROTECTED]> said: > [note: Subject changed from "go crazy with me" -- LoL] >> I'd also like to hear what people are doing when the apache model has >> scaling problems. We have one problematic project here: we're a >> gateway and m

Re: go crazy with me

2005-12-20 Thread Andreas J. Koenig
> On 20 Dec 2005 16:21:42 -0800, merlyn@stonehenge.com (Randal L. Schwartz) > said: > Are you already using a reverse-proxy? Make sure the front lightweight > servers *do* use cache and *don't* use keep-alive to the backend... > your heavy backend will spit the entire response, and

howto streamline warnings

2006-03-22 Thread Andreas J. Koenig
What is the recommended way to configure mod_perl's behaviour on warn()? Is there a configurable connection between Apache::Log and CORE::warn() or do I write a global $SIG{__WARN__}? Background: we have already plenty of handlers that all usually use perl's warn to write their diagnostics to err

Re: putting config vars in httpd.conf

2006-04-28 Thread Andreas J. Koenig
> On Thu, 27 Apr 2006 23:24:42 -0400, Jonathan Vanasco <[EMAIL PROTECTED]> > said: > I think i owe this list a keg or two by now. Although they haven't mentioned -D/define yet? -- andreas

$PerlConfig broken

2006-07-06 Thread Andreas J. Koenig
My installation is Debian based which has some apache 2.0.55-4 and some modperl 2.0.2-2. Let me know if you need further details. My configuration is nearly completely the default one and I have only one section which I keep in a separate file and which I "Include" from the default apache2.conf.

Re: $PerlConfig broken

2006-07-08 Thread Andreas J. Koenig
> On Fri, 07 Jul 2006 08:44:37 -0400, Geoffrey Young <[EMAIL PROTECTED]> > said: >> This piece works: >> >> >> $PerlConfig = "Alias /ping/ /tmp/ping/\n"; >> >> >> >> >> >> But the following doesn't: >> >> >> $PerlConfig = "Alias /ping/ /tmp/ping/ >> >> >> "; >>

Re: $PerlConfig broken

2006-07-09 Thread Andreas J. Koenig
>>>>> On Sun, 09 Jul 2006 01:15:40 -0700, "Philip M. Gollucci" <[EMAIL >>>>> PROTECTED]> said: > Philip M. Gollucci wrote: >> Andreas J. Koenig wrote: >>> > http://marc2.theaimsgroup.com/?l=apache-modperl-dev&m=114021879

Re: $PerlConfig broken

2006-07-17 Thread Andreas J. Koenig
> On Mon, 10 Jul 2006 12:20:30 -0700, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: >> ok, thanks for trying :) >> >> I'm including gozer here, since he is the main PerlConfig guy - I >> wouldn't want to step on his toes trying to implement a fix for this >> issue. but it we h

Re: $PerlConfig broken

2006-07-26 Thread Andreas J. Koenig
> On Mon, 17 Jul 2006 13:04:58 -0700, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: >> [Mon Jul 17 12:52:15 2006] [warn] The Alias directive in mod_perl at line 1 >> will probably never match because it overlaps an earlier Alias. > The attached patch should address this problem

Re: how to use mod_perl sections with mod_jk?

2006-07-31 Thread Andreas J. Koenig
> On Mon, 31 Jul 2006 23:00:33 -0500, Robert Nicholson <[EMAIL PROTECTED]> > said: > So I'm trying to make a great deal of my httpd.conf dynamic based > primarily on hostname etc. > I have most of it working but I've found that at least in my case I > cannot use mod_jk directives

Re: how to use mod_perl sections with mod_jk?

2006-08-01 Thread Andreas J. Koenig
> On Tue, 1 Aug 2006 11:06:15 -0500, [EMAIL PROTECTED] said: > Just exactly how does $PerlConfig work? > Can I put my entire configuration in a here document using $PerlConfig? Yes. > What are the limitations with $PerlConfig? Try it out. The Apache::PerlSections manpage is a bit te

Re: how to use mod_perl sections with mod_jk?

2006-08-01 Thread Andreas J. Koenig
> On Tue, 1 Aug 2006 13:56:31 -0500, [EMAIL PROTECTED] said: > That resulted in errors at least in my case. You did read that I said you need SVN recent for apache2? -- andreas

Re: how to use mod_perl sections with mod_jk?

2006-08-02 Thread Andreas J. Koenig
elastica::foo::bar works as well and doesn't trigger perl's environment handling. > Unfortunately with the mod_perl setup I'm using I cannot use > Apache::PerlSections->dump so it's hard to verify things. > Quoting Robert Nicholson <[EMAIL PROTECTED]>:

Re: Perl 5.10

2007-12-20 Thread Andreas J. Koenig
#x27;t know. I'm resending my posting which probably got lost in a moderator queue or what (I just re-subscribed, so this one should probasbly come through): From: [EMAIL PROTECTED] (Andreas J. Koenig) Subject: perl 5.10 will not work with modperl 1.30, please consider new release To:

Re: RELEASE CANDIDATE] mod_perl-1.31 RC1

2007-12-22 Thread Andreas J. Koenig
> On Fri, 21 Dec 2007 23:36:53 -0800, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: > http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc1.tar.gz Wow, what a fast release, thanks! But sorry, nope, it doesn't work on my linux box. The apache Configure on my box sets my LIBEXT to "a

Re: RELEASE CANDIDATE] mod_perl-1.31 RC1

2007-12-22 Thread Andreas J. Koenig
>>>>> On Sat, 22 Dec 2007 13:52:26 +0100, [EMAIL PROTECTED] (Andreas J. Koenig) >>>>> said: >>>>> On Fri, 21 Dec 2007 23:36:53 -0800, "Philippe M. Chiasson" <[EMAIL >>>>> PROTECTED]> said: >> http://www.apache.o

Re: RELEASE CANDIDATE] mod_perl-1.31 RC1

2007-12-23 Thread Andreas J. Koenig
> On Sun, 23 Dec 2007 14:35:51 -0800, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: > Oh, are you trying to build mod_perl statically ? Yes, I've always built it statically. I thought that is the default on linux. >>> On Fri, 21 Dec 2007 23:36:53 -0800, "Philippe M. Chiasson

Re: RELEASE CANDIDATE] mod_perl-1.31 RC1

2007-12-24 Thread Andreas J. Koenig
> On Mon, 24 Dec 2007 13:12:05 -0800, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: > Looks like it was caused by httpd's own stuff defining LIBEXT and clobbering > our own. Can you try the attached patch ? Maybe I'm too tired right now, but on the first try it did again not wor

Re: RELEASE CANDIDATE] mod_perl-1.31 RC1

2007-12-24 Thread Andreas J. Koenig
> On Mon, 24 Dec 2007 15:07:20 -0800, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: >> I then changed directory to apache.../src/modules/perl/ and did a >> 'make libperl.a', which did compile one for me. Then I switched back >> to mod_perl directory and retried a 'make' and indeed

Re: RELEASE CANDIDATE] mod_perl-1.31 RC1

2007-12-25 Thread Andreas J. Koenig
>>>>> On Tue, 25 Dec 2007 10:47:48 -0800, "Philippe M. Chiasson" <[EMAIL >>>>> PROTECTED]> said: > Andreas J. Koenig wrote: >>>>>>> On Mon, 24 Dec 2007 15:07:20 -0800, "Philippe M. Chiasson" <[EMAIL >>&