Re: Replicating mod_autoindex's behaviour with a modperl handler

2004-07-16 Thread Rando Christensen
On Thu, 15 Jul 2004 16:26:54 -0600 Rando Christensen <[EMAIL PROTECTED]> wrote: > Yes, in order to make it work, I ended up making the handler be called > > /virtual/indexer, created a /virtual dir, did a global alias of > /virtual to that dir, and created an empty

Re: Replicating mod_autoindex's behaviour with a modperl handler

2004-07-15 Thread Rando Christensen
alias of /virtual to that dir, and created an empty file named indexer. DirectoryIndex said "oh hey there IS a file!", but the execution got properly handed off to mod_perl when it came time to actually call /virtual/indexer. It's working very well now, though, thank you. :) --

Re: Replicating mod_autoindex's behaviour with a modperl handler

2004-07-13 Thread Rando Christensen
d know about it) -- Rando Christensen <[EMAIL PROTECTED]> -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Replicating mod_autoindex's behaviour with a modperl handler

2004-07-13 Thread Rando Christensen
n the directory. I can write the handler easily, but what I'd like to know is how to set up apache to call my handler globally (for all vhosts) that do not have anything else set up to handle any particular directory. -- Rando Christensen <[EMAIL PROTECTED]> -- Report problems: http://perl

Re: Why isn't REDIRECT_ERROR_NOTES set in modperl 2?

2004-05-02 Thread Rando Christensen
my test server, and seems to work exactly as it did under modperl 1. -- < Rando Christensen | [EMAIL PROTECTED] > -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Why isn't REDIRECT_ERROR_NOTES set in modperl 2?

2004-05-02 Thread Rando Christensen
On Sun, 02 May 2004 12:58:26 -0700, Stas Bekman wrote:> > I suppose we just haven't got around implementing it yet in the plain > handlers (Registry has it since 1.99_05). Does the following patch > does the trick for you, Rando? Perfectly. Thank you. -- < Rando

Why isn't REDIRECT_ERROR_NOTES set in modperl 2?

2004-05-01 Thread Rando Christensen
t get set. (Though it does work as I expect under Apache2 with a cgi script instead of mod_perl) What am I doing wrong, and how do I fix this? -- < Rando Christensen | [EMAIL PROTECTED] > -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modper