On Tue, 9 Jan 2001 10:45:11 -0500, darren chamberlain wrote:

> Jacqui Caren ([EMAIL PROTECTED]) said something to this effect on 01/09/2001:
> > <Location /pgc >
> >   SetHandler perl-script
> >   PerlHandler PGC:;Handler
>                     ^
> > </Location>
>  * snip *
> > <Location / >
> >   SetHandler perl-script
> >   PerlHandler PGC:;Handler
>                     ^
> > </Location>
> * snip *
> > <Location /aaaa >
> >   SetHandler perl-script
> >   PerlHandler PGC:;Handler
>                     ^
> > </Location>
> 
> Are these typos in your email or your config?

my email - never try and compose email with a migraine :-)

The handler works - the problem is that for location /
we do not get the rest of the URL as PATh info but the next
component of the URL becomes SCRIPT_NAME instead.

The location() method example at

 http://www.modperl.com/book/chapters/ch9.html#Server_Core_Functions

probably does what we require - I will try this and see if it can be used
to workaround this 'feature' of apache.

Thanks,
        Jacqui


Reply via email to