%ENV with apache modperl API

2003-11-15 Thread SUCH SANMARTÍN, GERARD
Hi, i'm trying to substitute my old cgi %ENV with $r-headers_in ... (In my code $r is $apache) So i try this, but i get no entries for n the hash, why??? (modperl 2) (this code is used in a handler in the SSI phase) my %temp = $apache-headers_in; foreach (keys %temp) { print

Re: %ENV with apache modperl API

2003-11-15 Thread Ged Haywood
Hi there, On Sat, 15 Nov 2003, [iso-8859-1] SUCH SANMARTÍN, GERARD wrote: i'm trying to substitute my old cgi %ENV with $r-headers_in ... my %temp = $apache-headers_in; Isn't $apache-headers_in a hashref? 73, Ged. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info:

Apache::SSIChain stops halfway through

2003-11-15 Thread Christopher P. Lindsey
Hi there, I've recently started converting many of the scripts on my Web site to use mod_perl in the interest of increasing performance. I've run into a strange problem with Apache::SSI -- only the first few SSIs are processed, while the rest show up as SSI tags in the document

Re: %ENV with apache modperl API

2003-11-15 Thread Stas Bekman
Ged Haywood wrote: Hi there, On Sat, 15 Nov 2003, [iso-8859-1] SUCH SANMART?N, GERARD wrote: i'm trying to substitute my old cgi %ENV with $r-headers_in ... my %temp = $apache-headers_in; Isn't $apache-headers_in a hashref? Yes. It returns an APR::Table object, which is a also a tied hash

Perl 5.6.2 is out

2003-11-15 Thread Stas Bekman
FYI Original Message Subject: Perl 5.6.2 Date: Sat, 15 Nov 2003 14:00:12 +0100 From: Rafael Garcia-Suarez [EMAIL PROTECTED] To: [EMAIL PROTECTED] When great or unexpected events fall out upon the stage of this sublunary word--the mind of man, which is an inquisitive

Apache::AuthCookie failing tests

2003-11-15 Thread Christopher L. Everett
I use the development perl-server under my home directory named /home/ceverett/apache/bin/httpd-perl with user 'ceverett' and group 'ceverett' while I'm logged in as root. Not sure whats going on here ... I included the results of a make test TEST_VERBOSE=1 below. t/httpd -f `pwd`/t/httpd.conf

cvs commit: modperl-2.0/lib/Apache Status.pm

2003-11-15 Thread stas
stas2003/11/15 11:33:40 Modified:lib/Apache Status.pm Log: CGI.pm 2.93+ now accepts $r as an argument to new() Revision ChangesPath 1.10 +6 -1 modperl-2.0/lib/Apache/Status.pm Index: Status.pm

cvs commit: modperl-2.0/lib/Apache Status.pm

2003-11-15 Thread stas
stas2003/11/15 12:22:58 Modified:lib/Apache Status.pm Log: disable myconfig for now due to problems with calling Config::myconfig under threads Submitted by: Juanma Barranquero [EMAIL PROTECTED] Revision ChangesPath 1.12 +7 -2

cvs commit: modperl-2.0 Changes

2003-11-15 Thread stas
stas2003/11/15 12:24:34 Modified:.Changes Log: log the recent change Revision ChangesPath 1.251 +3 -0 modperl-2.0/Changes Index: Changes === RCS file:

cvs commit: modperl-2.0 Changes

2003-11-15 Thread stas
stas2003/11/15 13:15:45 Modified:lib/Apache Status.pm .Changes Log: provide a workaround for Config::myconfig() which fails under threads with (5.8.0 perl 5.8.3) Submitted by: Elizabeth Mattijsen [EMAIL PROTECTED] Revision ChangesPath

cvs commit: modperl-2.0/lib/Apache Status.pm

2003-11-15 Thread stas
stas2003/11/15 13:36:42 Modified:lib/Apache Status.pm Log: cache the config summary as in the original Liz's proposal Revision ChangesPath 1.14 +2 -2 modperl-2.0/lib/Apache/Status.pm Index: Status.pm

cvs commit: modperl-2.0/lib/Apache Status.pm

2003-11-15 Thread stas
stas2003/11/15 14:08:14 Modified:lib/Apache Status.pm Log: not tabs are wanted in mp2 source Revision ChangesPath 1.16 +108 -108 modperl-2.0/lib/Apache/Status.pm Index: Status.pm === RCS

cvs commit: modperl-2.0/src/modules/perl modperl_filter.c

2003-11-15 Thread geoff
geoff 2003/11/15 19:32:21 Modified:src/modules/perl modperl_filter.c Log: remove call to deprecated APR_BRIGADE_FOREACH see apr_buckets.h Revision ChangesPath 1.73 +4 -1 modperl-2.0/src/modules/perl/modperl_filter.c Index: modperl_filter.c