Re: Problem with sections in httpd.conf, mod_perl 1.26

2002-04-19 Thread Salvador Ortiz Garcia
On Fri, 2002-04-19 at 01:43, PinkFreud wrote: > Here's a bit more information: > > Given two directives: > $VirtualHost{$host}->{Alias} = [ '/perl/', "$vhostdir/$dir/perl/" ]; > $VirtualHost{$host}->{Alias} = $vhost{config}->{Alias}; > > The first works. The second does not. Ac

Re: Problem with sections in httpd.conf, mod_perl 1.26

2002-04-18 Thread Salvador Ortiz Garcia
On Mon, 2002-04-15 at 23:17, PinkFreud wrote: > I have a rather odd problem, one which I can only assume is a bug > somewhere, due to how bizarre it is. > > I am attmempting to generate virtual host configs via mod_perl, using > sections in httpd.conf. Not all hosts will be using a /perl > Alia

Re: Perl Section Bug?

2002-02-13 Thread Salvador Ortiz Garcia
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 imagini

Re: Perl Section Bug?

2002-02-08 Thread Salvador Ortiz Garcia
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