Re: apache:session and mod perl

2004-12-29 Thread Octavian Rasnita
If this happens only in pages with frames, try creating a page without frames. Teddy - Original Message - From: "Chris Ochs" <[EMAIL PROTECTED]> To: Sent: Thursday, December 30, 2004 9:42 AM Subject: apache:session and mod perl This question could go to one of several different lists,

apache:session and mod perl

2004-12-29 Thread Chris Ochs
This question could go to one of several different lists, but I thought this might be a good place to start. I have an application based on mod perl and the Template Toolkit. For session tracking I am using Apache::Session with the postgresql backend store. The issue I am having is that the post

Re: About putting the blame on other shoulders

2004-12-29 Thread David Nicol
On Tue, 28 Dec 2004 19:30:28 +0200, Issac Goldstand <[EMAIL PROTECTED]> wrote: > the "use module version" pragma only goes one way: up. > > Issac it's possible to trap the requested version number in your module and provide the interface given by earlier versions when that is requested, but i

Re: Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-29 Thread Slava Bizyayev
Hi Alex, Yes, $r=Apache->request was my another suspect... On Wed, 2004-12-29 at 15:00, Alex Greg wrote: > I tried adding "my ($fh, $status) = $r->filter_input();" to the > script, but got the same error. > > After a bit of digging, I found someone else had the same "Not a HASH > reference" erro

Re: Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-29 Thread Alex Greg
On 24 Dec 2004 20:53:57 -0600, Slava Bizyayev <[EMAIL PROTECTED]> wrote: > Please Alex, "reply to all" in order to keep the thread on list. Yikes! Sorry about that - I'm still not quite used to Gmail's interface! > I believe that Ken Williams could give you a more precise advise since > I'm alwa

Re: How to compile an EAPI compliant DSO module ?

2004-12-29 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, didier Belot writes: >Using apache 1.3.33 with mod_ssl 2.8.22, i want to compile mod_perl 1.29 >as a >loadable module. > >here is the snippet related to mod_perl installation: > >perl Makefile.PL USE_APXS=1 \ >WITH_APXS=/usr/local/sbin/apxs \ >

Re: compile problems

2004-12-29 Thread Stas Bekman
Barksdale, Ray wrote: Here's a possibly relevant link I found while googling for an answer: https://www.redhat.com/archives/amd64-list/2004-September/msg0 0003.html I'm glad you found this. I was going to build a new gcc and friends this afternoon. Looks like that's it. I'm seeing a 5-fold diffe

Re: Reloading Modules Problem [mod_perl2]

2004-12-29 Thread Stas Bekman
Vincent Moneymaker wrote: Okay, mod_perl 1.99_16 reloading works. So the reloading problem starts with the 1.99_17 version as you suspected. Perfect. So we most likely know the suspect. Here is a snippet from my error_log showing the reloading messages that appear when the Reloading Debugger

RE: compile problems

2004-12-29 Thread Barksdale, Ray
> -Original Message- > From: Joe Schaefer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 28, 2004 7:30 PM > To: mod_perl user list > Subject: Re: compile problems > > "Barksdale, Ray" <[EMAIL PROTECTED]> writes: > > [...] > > >> >>From this: > >> > Total: 608169K ( 580M) siz

Re: ModPerl::MM

2004-12-29 Thread David Wheeler
On Dec 28, 2004, at 2:36 PM, Stas Bekman wrote: Probably vice versa. It looks that Apache::TestMM does more than it should be doing. It should be handling only test/clean parts. Ah, and I just copied what was there to create Apache::TestMB. so you will be asking, right? Oh, okay, but not today. To

Modperl load balancing design consulting needed

2004-12-29 Thread jjunkin
Hi, My Company is preparing to build a large scale hardware infrastructure to support our new modperl application that we expect will generate quite a bit of traffic. Our company will be 'betting the farm' on this application and it's ability to handle a lot of users.   We will need load bala

Re: Slashdot | Help Test mod_perl 2 Release Candidates

2004-12-29 Thread Stas Bekman
this should be accomplished by a standard mechanism of: META.yml: generation: 2.2 I don't really see how asking for "Apache::Foo, generation 2.2" is any easier than asking for "Apache2_2::Foo." It seems like a purely aesthetic distinction. Not it you have to type Apache2_2::Foo all the time. If y

Re: Apache::Cookie question

2004-12-29 Thread Stas Bekman
Sean Davis wrote: On Dec 28, 2004, at 3:44 PM, Stas Bekman wrote: Sean Davis wrote: On Dec 28, 2004, at 1:57 PM, Malcolm J Harwood wrote: On Tuesday 28 December 2004 01:41 pm, Sean Davis wrote: I am having trouble with Apache::Cookie. I keep getting errors like: Can't locate object "new" via packa

Re: ModPerl::MM

2004-12-29 Thread Stas Bekman
Perrin Harkins wrote: I'd like to put in a request at this point that no one use Module::Build for any mod_perl-related stuff until it comes with perl. I like Ken's work on it, and I appreciate how Module::Build makes interactive installs easier to write, but I don't want to ask people to install

Re: Using DBI

2004-12-29 Thread Randy Kobes
On Wed, 29 Dec 2004, Octavian Rasnita wrote: > I have tried to install Apache-DBI from TheoryX but ppm gave an error: > > Error: no suitable installation target found for package Apache-DBI. That usually means that ppm found a package, but it was in a repository that didn't match your platform. D

Re: Apache::Cookie question

2004-12-29 Thread Sean Davis
On Dec 28, 2004, at 3:44 PM, Stas Bekman wrote: Sean Davis wrote: On Dec 28, 2004, at 1:57 PM, Malcolm J Harwood wrote: On Tuesday 28 December 2004 01:41 pm, Sean Davis wrote: I am having trouble with Apache::Cookie. I keep getting errors like: Can't locate object "new" via package "Apache::Cooki