Re: Using handler for index

2000-07-10 Thread Chris Winters
* Frank Wiles ([EMAIL PROTECTED]) [000710 12:24]: > > What we do where I work is very similiar except the above URL would > come out like: > http:///User/display/7162 > > This works out well because whatever method you are calling probably > already knows what input you

Re: Using handler for index

2000-07-10 Thread Frank Wiles
.--[ Chris Winters wrote (2000/07/10 at 11:19:58) ]-- | | That's funny, because until a few weeks ago I worked with Rusty | (author of Scoop) :) And previous versions of Scoop were handling it | the way Drew mentioned, with an 'index.pl'. | | Another alternative (which I pre

Re: Using handler for index

2000-07-10 Thread David Veatch
At 11:19 AM 7/10/00 -0400, Chris Winters wrote: >That's funny, because until a few weeks ago I worked with Rusty >(author of Scoop) :) And previous versions of Scoop were handling it >the way Drew mentioned, with an 'index.pl'. Like I said... "inspired by", certainly not copied. In fact, if

Re: Using handler for index

2000-07-10 Thread Chris Winters
That's funny, because until a few weeks ago I worked with Rusty (author of Scoop) :) And previous versions of Scoop were handling it the way Drew mentioned, with an 'index.pl'. Another alternative (which I prefer) has been discussed previously on this list. Taking something like: http://.../Use

RE: Using handler for index

2000-07-10 Thread David Veatch
At 10:47 AM 7/10/00 -0400, you wrote: >Drew Taylor wrote: >I use this: > > > SetHandler perl-script > PerlHandler $MATCH::method_objs::provider_project_selector->handler > That will probably fit your needs a little better than my example. My first read through missed the fact t

Re: Using handler for index

2000-07-10 Thread Drew Taylor
Eric Cholet wrote: > > > > > > > SetHandler perl-script > > > PerlHandler ModuleName > > > > > Well, seems like I tried that, and then it ALWAYS used that handler. I > > also have other handlers, and I _think_ the setup above overrode the > > others. I'll give it a try again now. OK, I ju

Re: Using handler for index

2000-07-10 Thread darren chamberlain
Drew Taylor ([EMAIL PROTECTED]) said something to this effect: > > Yes, use a PerlFixupHandler instead of DirectoryIndex. This use of a fixup > > handler is detailed in the Eagle book. > Now that's a good thought. I already have a fixup handler to do my > browser sniffing. But rather than write an

RE: Using handler for index

2000-07-10 Thread David Harris
Drew Taylor wrote: > Chris Winters wroe: > > > > This always worked for me: > > > > > > SetHandler perl-script > > PerlHandler ModuleName > > > Well, seems like I tried that, and then it ALWAYS used that handler. I > also have other handlers, and I _think_ the setup above overrode the > ot

Re: Using handler for index

2000-07-10 Thread David Veatch
At 10:33 AM 7/10/00 -0400, Drew Taylor wrote: >Chris Winters wrote: >> >> This always worked for me: >> >> >> SetHandler perl-script >> PerlHandler ModuleName >> >Well, seems like I tried that, and then it ALWAYS used that handler. I >also have other handlers, and I _think_ the s

Re: Using handler for index

2000-07-10 Thread Eric Cholet
> > > > SetHandler perl-script > > PerlHandler ModuleName > > > Well, seems like I tried that, and then it ALWAYS used that handler. I > also have other handlers, and I _think_ the setup above overrode the > others. I'll give it a try again now. OK, I just tried it, and it > overrode every

Re: Using handler for index

2000-07-10 Thread Drew Taylor
Matt Sergeant wrote: > > On Mon, 10 Jul 2000, Drew Taylor wrote: > > > darren chamberlain wrote: > > > > > > Drew Taylor ([EMAIL PROTECTED]) said something to this effect: > > > > Hi all, > > > > > > > > I am using an Apache Handler module to create my home page, using > > > > > > > > > > > >

Re: Using handler for index

2000-07-10 Thread Drew Taylor
Chris Winters wrote: > > This always worked for me: > > > SetHandler perl-script > PerlHandler ModuleName > Well, seems like I tried that, and then it ALWAYS used that handler. I also have other handlers, and I _think_ the setup above overrode the others. I'll give it a try again now. OK

Re: Using handler for index

2000-07-10 Thread Chris Winters
This always worked for me: SetHandler perl-script PerlHandler ModuleName But maybe it worked for reasons I don't understand :) Chris * Drew Taylor ([EMAIL PROTECTED]) [000710 10:22]: > darren chamberlain wrote: > > > > Drew Taylor ([EMAIL PROTECTED]) said something to this effect: >

Re: Using handler for index

2000-07-10 Thread Matt Sergeant
On Mon, 10 Jul 2000, Drew Taylor wrote: > darren chamberlain wrote: > > > > Drew Taylor ([EMAIL PROTECTED]) said something to this effect: > > > Hi all, > > > > > > I am using an Apache Handler module to create my home page, using > > > > > > > > > SetHandler perl-script > > > PerlHandl

Re: Using handler for index

2000-07-10 Thread Drew Taylor
darren chamberlain wrote: > > Drew Taylor ([EMAIL PROTECTED]) said something to this effect: > > Hi all, > > > > I am using an Apache Handler module to create my home page, using > > > > > > SetHandler perl-script > > PerlHandler ModuleName > > > > > > I have DirectoryIndex set to "inde

Re: Using handler for index

2000-07-10 Thread darren chamberlain
Drew Taylor ([EMAIL PROTECTED]) said something to this effect: > Hi all, > > I am using an Apache Handler module to create my home page, using > > > SetHandler perl-script > PerlHandler ModuleName > > > I have DirectoryIndex set to "index.pl index.html", but the Location > directive i