[mp2] repeatable segfault at ap_get_module_config

2005-10-20 Thread Ali ISIK
-8<-- Start Bug Report 8<-- 1. Problem Description: I am building a web application with a Postgres backend using Class::DBI. Some scripts generate repeatable Segmentation Faults on their second invocation. I tried compiling everything with cc and then com

Re: bucketbrigades with html filter

2005-10-20 Thread eps com estem
Apparently i was not including the eos bucket in the new brigade. It seems to work: if ($b->is_eos) { $this->my_function(\$f->ctx->{html},$f->r,$f->c); #new bucket brigade to be filled with final modified bucket my $nbb = APR::Brigade->new($f->c->pool,$f->c->bucket_alloc); #new bucket, a uniqu

Compilation Success

2005-10-20 Thread Josh Narins
In recent weeks and days some new versions of software has come out. I got the following to compile together fine, in case there should have been any doubt. perl 5.8.7 mm 1.4.0 openssl 0.9.8a apache 1.3.34 mod_ssl 2.8.25-1.3.34 mod_perl 1.29 Ciao, Josh ___

RE: Compilation Success

2005-10-20 Thread Josh Narins
In recent weeks and days some new versions of software has come out. I got the following to compile together fine, in case there should have been any doubt. perl 5.8.7 mm 1.4.0 openssl 0.9.8a apache 1.3.34 mod_ssl 2.8.25-1.3.34 mod_perl 1.29 On debian stable without backports, I should have

Re: how to share data among modperl processes

2005-10-20 Thread Jay Buffington
Even if you are in a multiple server environment you should still be able to use Cache::FastMmap. You'll just have to make sure that the global param share_file is a file that would be shared to all servers (perhaps over an NFS mount). Jay On 10/9/05, Pratik <[EMAIL PROTECTED]> wrote: > Unless

Re: how to share data among modperl processes

2005-10-20 Thread Perrin Harkins
On Thu, 2005-10-20 at 13:52 -0700, Jay Buffington wrote: > Even if you are in a multiple server environment you should still be > able to use Cache::FastMmap. You'll just have to make sure that the > global param share_file is a file that would be shared to all servers > (perhaps over an NFS moun

Re: how to share data among modperl processes

2005-10-20 Thread Roger McCalman
On Thu, Oct 20, 2005 at 04:59:08PM -0400, Perrin Harkins wrote: > On Thu, 2005-10-20 at 13:52 -0700, Jay Buffington wrote: > > Even if you are in a multiple server environment you should still be > > able to use Cache::FastMmap. You'll just have to make sure that the > > global param share_file is

Re: how to share data among modperl processes

2005-10-20 Thread Perrin Harkins
On Thu, 2005-10-20 at 23:37 +0100, Roger McCalman wrote: > I would also be suprised if anyone would want to run NFS on machines > that are used as public webservers due to security issues with NFS. It's not that bad in this case. If you have a cluster of machines, you probably have a load balance

Re: how to share data among modperl processes

2005-10-20 Thread Steven Lembark
-- Perrin Harkins <[EMAIL PROTECTED]> > On Thu, 2005-10-20 at 23:37 +0100, Roger McCalman wrote: >> I would also be suprised if anyone would want to run NFS on machines >> that are used as public webservers due to security issues with NFS. > > It's not that bad in this case. If you have a clus

[ANNOUNCE] mod_perl 2.0.2

2005-10-20 Thread Philip M. Gollucci
The URL http://perl.apache.org/dist/mod_perl-2.0.2.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PG/PGOLLUCCI/mod_perl-2.0.2.tar.gz size: 3692744 bytes md5: ad0a509fd34e3b8452887d80a1d45dea No action is required on your part Request entered by: PGOLLUCCI (Philip M. Gollucci) R

[ANNOUNCE] Apache-Test 1.27

2005-10-20 Thread Philip M. Gollucci
The URL http://people.apache.org/~pgollucci/Apache-Test-1.27.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PG/PGOLLUCCI/Apache-Test-1.27.tar.gz size: 147015 bytes md5: 4a87aa4e388fe9dd3d19c71d3e414caf No action is required on your part Request entered by: PGOLLUCCI (Philip M.

Re: [mp2] repeatable segfault at ap_get_module_config

2005-10-20 Thread Philippe M. Chiasson
Ali ISIK wrote: > -8<-- Start Bug Report 8<-- > 1. Problem Description: > > I am building a web application with a Postgres backend using > Class::DBI. Some scripts generate repeatable Segmentation > Faults on their second invocation. I tried compiling eve

proxy question: URL with parameters

2005-10-20 Thread Eric Lenio
I've written a modperl handler which internally sends request like this: http://somehost.com to instead go to an internal site: http://192.168.0.4:8080 And the handler works as expected. But when the URL is something like this: http://somehost.com?arg1=value1 The handler converts the questio

Re: proxy question: URL with parameters

2005-10-20 Thread Philip M. Gollucci
Eric Lenio wrote: The handler converts the question mark to %3f and the proxy request basically fails. I'm using modperl 1.99.11, I'd like to fix this before moving in to 2.0.2. Suggestions? Post the relevant configs please. -- END

Re: proxy question: URL with parameters

2005-10-20 Thread Eric Lenio
On Thu, Oct 20, 2005 at 10:47:02PM -0400, Philip M. Gollucci wrote: > Eric Lenio wrote: > >The handler converts the question mark to %3f and the proxy request > >basically > >fails. I'm using modperl 1.99.11, I'd like to fix this before moving in to > >2.0.2. Suggestions? > Post the relevant con