On 13 Feb 2002, Salvador Ortiz Garcia wrote:
> Ok, I found it. Right now all Location, Directory and Files are afected
> by being "upgraded" at random to the Match versions.
>
> Can you please test the following patch for perl_config.c:
You might be intersted to know that this patch also fixes s
On Wed, 2002-02-13 at 20:44, Salvador Ortiz Garcia wrote:
> Ok, I found it. Right now all Location, Directory and Files are afected
> by being "upgraded" at random to the Match versions.
Ugly.
> Can you please test the following patch for perl_config.c:
Yes, that does indeed correct the prob
On Wed, 2002-02-13 at 13:44, David Wheeler wrote:
> On Fri, 2002-02-08 at 20:25, Salvador Ortiz Garcia wrote:
> > Yes, It's a bug in Sections. Confirmed in 1.26.
>
>
>
> > I'm digging into it.
>
> Thanks. I'm glad to know that I'm not imagining things. We've just found
> a place in Bricolage
On Fri, 2002-02-08 at 20:25, Salvador Ortiz Garcia wrote:
> Yes, It's a bug in Sections. Confirmed in 1.26.
> I'm digging into it.
Thanks. I'm glad to know that I'm not imagining things. We've just found
a place in Bricolage where the Location directive *does* work as
expected. So you're righ
Yes, It's a bug in Sections. Confirmed in 1.26.
But it is worse.
With the following in httpd.conf try /info vs /status vs /status/info vs
/info/status, with and without the commented part, (if one section
fails, if two sections works)
$Location{'/status'} = {
SetHandler => 'server-sta
On Fri, 2002-02-01 at 18:56, David Wheeler wrote:
> Why is this? It seems to be acting like LocationMatch directives rather
> than Location. Could this be a bug in how the Perl sections work? If
> not, how do I get that last request to print "Two" instead of "One"?
> Even if it *is* a bug, how
On Wed, 31 May 2000, Kees Vonk 7249 24549 wrote:
> I have two questions about perl sections:
>
> 1) Has setting an entry in the %ENV hash in a perl section
>the same effect as using a SetEnv (or PerlSetEnv)
no, %ENV is cleared at startup, you need to use the *Env directives for
any you wa
w trillich ([EMAIL PROTECTED]) said something to this effect:
> > while($domain = $sth->fetchrow_array)
> > {
> > $PerlConfig .= <<"CONFIG";
> >
> > ServerName www.$domain
> > ServerAdmin webmaster@$domain
> > ServerAlias $domain
> > DocumentRoot $baseDir/www.$domain/htdocs/
> -Original Message-
> From: w trillich [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 20, 2000 11:51 AM
> To: modperl
> Subject: Re: Perl Section...
>
>
> > while($domain = $sth->fetchrow_array)
> > {
> > $PerlConfig .= <&
> while($domain = $sth->fetchrow_array)
> {
> $PerlConfig .= <<"CONFIG";
>
> ServerName www.$domain
> ServerAdmin webmaster@$domain
> ServerAlias $domain
> DocumentRoot $baseDir/www.$domain/htdocs/
>
>
> CONFIG
> }
doesn't $sth->fetchrow_array() return a reference to an
> -Original Message-
> From: Bryan J. Opfer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 19, 2000 5:42 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Perl Section...
>
>
> I have $sth->finish in there right before the disconnect and it sill
> gives me
I have $sth->finish in there right before the disconnect and it sill
gives me the message. If it is just a warning message then there must
be something else wrong. Is there something else that would cause it
not to work. I gave mod_perl the "PERL_SECTIONS=1" option when I
compiled it.
Here is
> -Original Message-
> From: Bryan J. Opfer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 19, 2000 3:27 PM
> To: Modperl List
> Subject: Perl Section...
>
>
> Anyone know what this error would mean:
>
> DBI handle cleared whilst still active at
> /usr/lib/perl5/site_perl/5.005/i
13 matches
Mail list logo