Hi, I'd like to have a modperl handler that handles directory indexing similar to mod_autoindex, as in fitting the following rule:

if at any time it encounters a directory with no other valid indexing method, the modperl handler is called and will produce output of the files within 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.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to