%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 sou

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 h

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 k

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