Using handler for index

2000-07-10 Thread Drew Taylor
Hi all, I am using an Apache Handler module to create my home page, using Location /index.pl SetHandler perl-script PerlHandler ModuleName /Location I have DirectoryIndex set to "index.pl index.html", but the Location directive is not being picked up for the index, so I get the default

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 Location /index.pl SetHandler perl-script PerlHandler ModuleName /Location I have DirectoryIndex set to "index.pl index.html", but the

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 Location /index.pl SetHandler perl-script PerlHandler ModuleName /Location I have DirectoryIndex set to

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 Location /index.pl SetHandler perl-script PerlHandler

Re: Using handler for index

2000-07-10 Thread Chris Winters
This always worked for me: Location / SetHandler perl-script PerlHandler ModuleName /Location 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

Re: Using handler for index

2000-07-10 Thread Drew Taylor
Chris Winters wrote: This always worked for me: Location / SetHandler perl-script PerlHandler ModuleName /Location 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

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 Location /index.pl SetHandler

Re: Using handler for index

2000-07-10 Thread Eric Cholet
Location / SetHandler perl-script PerlHandler ModuleName /Location 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

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: Location / SetHandler perl-script PerlHandler ModuleName /Location Well, seems like I tried that, and then it ALWAYS used that handler. I also have other handlers, and I _think_

RE: Using handler for index

2000-07-10 Thread David Harris
Drew Taylor wrote: Chris Winters wroe: This always worked for me: Location / SetHandler perl-script PerlHandler ModuleName /Location 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

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 another

Re: Using handler for index

2000-07-10 Thread Drew Taylor
Eric Cholet wrote: Location / SetHandler perl-script PerlHandler ModuleName /Location 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

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: LocationMatch "^/$" SetHandler perl-script PerlHandler $MATCH::method_objs::provider_project_selector-handler /LocationMatch That will probably fit your needs a little better than my example. My first read

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:

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 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

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