Brooklyn Linux Solutions CEO wrote:
> 
> One thing that is not clear in my mind is the type of
> page which is sent back with a directory index.
> 
> A directory index is of what mime type?

i'm sure it's documented somewhere -- but mime
types are main/secondary (text/html, image/gif)
and the directory mime type is either 
        <something>/directory
or
        directory/<something>

but you'll have to do something fancier than just
look for that -- i think it's a different phase
in the apache sequence where the directories are
handled. i found that mod_index was intervening
BEFORE i got to any apache handler (i don't recall
which phase, tho)...

anybody got a handy link to point us in the
right direction here? how can you have mod_perl
intercept the directory listing?

==

another thought:

        #httpd.conf
        DirectoryIndex index.md index.cgi index.html /path/to/registry/index.pl

-- 
mailto:[EMAIL PROTECTED]
http://www.dontUthink.com/

Reply via email to