Re: SubRequest in Handler vs SubRequest in Filter - and Segmentation Fault

2006-07-07 Thread Stas Bekman
Scott Penrose wrote: [...] (gdb) bt #0 0xb7bef73d in modperl_wbucket_flush (wb=0x0, add_flush_bucket=0) at modperl_filter.c:236 #1 0xb7a7efaf in mpxs_ap_run_sub_req (r=0x84e1708) at Apache2__SubRequest.h:25 #2 0xb7a7f55b in XS_Apache2__SubRequest_run (cv=0x8351e78) at SubRequest.xs:83

ANNOUNCE: Apache::SizeLimit 0.9 RC2

2006-07-07 Thread Dave Rolsky
http://people.apache.org/~autarch/Apache-SizeLimit-0.9-rc2.tar.gz This RC differs from the previous RC primarily in a major bug fix for shared memory calculations in BSDs. Apparently the module had been calculating this as 1024 times bigger than was being reported, which would make for some ver

Re: Apache mod_perl Insecure dependency RegistryCooker.pm

2006-07-07 Thread Philip M. Gollucci
Heiko Weber wrote: > Sure, I know what "perl taint" is ... so somewhere in my own written cgi-code > I must use a taited variable. But how to find the line of code ? In the > errorlog there only the above line, no more deeper/detailed info. I didn't > find a way to detect the place where I didn'

Re: ANNOUNCE: Apache::SizeLimit 0.90-rc1

2006-07-07 Thread Geoffrey Young
hi all :) it would be a really big help if the folks using Apache::SizeLimit could at least give the package a spin and report back if things seem to be in order (or not). thanks --Geoff Dave Rolsky wrote: > This is available here: > http://people.apache.org/~autarch/Apache-SizeLimit-0.9.tar.g

Apache mod_perl Insecure dependency RegistryCooker.pm

2006-07-07 Thread Heiko Weber
Hello ! From time to time I got the following messages in the logfile of Apache 2.0.58. (OS is FreeBSD 6.1, mod_perl2 compiled from ports-tree). Insecure dependency in eval while running setgid at /usr/local/lib/perl5/site_perl/5.8.7/mach/ModPerl/RegistryCooker.pm line 676 Sure, I know what "

Re: Troubles installing MP2 on Debian 3.1 (Sarge)

2006-07-07 Thread Philip M. Gollucci
Jeff Nokes wrote: > Here is my Makefile.PL statement I executed: > > perl_588 Makefile.PL \ > PREFIX=$PERL_LIB_INSTALL_DIR \ > MP_USE_STATIC=1 \ > MP_AP_PREFIX=$AP_SRC_DIR \ > MP_AP_CONFIGURE='--prefix=/home/nokesja/vendor/apache/2.2.2/install \ >--wit

Troubles installing MP2 on Debian 3.1 (Sarge)

2006-07-07 Thread Jeff Nokes
Hi, I have a new system running Debian Linux 3.1 (Sarge) and have been attempting to install mod_perl 2.0.2 with Apache 2.2.2 using the recommended directions located at http://perl.apache.org/docs/2.0/user/install/install.html ... and I keep getting compilation errors. It executes the apac