For reasons I don't understand, using ns_register_proc on the "/" root
path hasn't worked in AOLserver 3 and some of the later versions of
AOLserver 2.x.

Kris


--- Tomasz Kosiak <[EMAIL PROTECTED]> wrote:
> On Fri, 28 Mar 2003, Ayan George wrote:
>
> > Tomasz,
> >
> > It seems ns_register_proc ignores glob characters
> > at the end of the pattern.  ns_register_filter
> > works fine.
>
> Indeed they are implemented very differently:
>
> - ns_register_filter uses somthing like string match on url pattern
>
> - ns_register_proc uses urltrie structure which allows to find
> longest
> matching url pattern with some support for wildcards
>
> --tkosiak
>
> > On Fri, 28 Mar 2003, Tomasz Kosiak wrote:
> >
> > > It supports general url -> directory mapping but also mappings
> /~user to
> > > user home directory.
> > >
> > > Module ns_register_dir, after enhancements, was finally renamed
> to
> > > ns_url2file which I've described in my proposal sent to the list
> a few
> > > weeks ago. It could be reached at:
> > >
> > > http://miniacs.zjednoczenie.com/download/vserv2.tgz
> > >
> > > --tkosiak
> >
> >
> > --
> > AOLserver - http://www.aolserver.com/
> > To Remove yourself from this list:
> http://www.aolserver.com/listserv.html
> > List information and options: http://listserv.aol.com/
> >
>
>
> --
> AOLserver - http://www.aolserver.com/
> To Remove yourself from this list:
> http://www.aolserver.com/listserv.html
> List information and options: http://listserv.aol.com/
>
>


--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list: http://www.aolserver.com/listserv.html
List information and options: http://listserv.aol.com/

Reply via email to