"Alexei V. Barantsev" wrote:
> 
> w trillich <[EMAIL PROTECTED]> writes:
> 
> > speaking of autoindex issues-- i can't get apache to
> > display the HEADER or README files (above and
> > below the tabular file listing), and when i posted
> > my most recent question, someone else piped up and
> > said they've got the same snag.
> 
> I have both and all works right, options HeaderName and ReadmeName
> really set names of these files. Moreover, I use Apache::Autoindex
> with Apache::OutputChain to apply CSS to the directory index.

MUCHO thanks for that tip! delightful! (i knew it must be
possible--thanks!)

> >From my /server-status
> 
> Module Name: Apache::AutoIndexContent handlers: none

aha--that's a perl gasdget, n'est-ce que pas? i'm using
the standard mod_autoindex.c (see below).

> Configuration Phase Participation: Create Directory Config, Create Server Config
> Request Phase Participation: none
> Module Directives:
>     IndexIgnore - a list of file names
>     DirectoryIndex - one or more file extensions
>     HeaderName - a list of file names
>     ReadmeName - a list of file names
>     FancyIndexing - Limited to on or off (superseded by IndexOptions FancyIndexing)
>     IndexOrderDefault - {Ascending,Descending} {Name,Size,Description,Date}
>     AddDescription - Descriptive text followed by one or more filenames
>     IndexOptions - one or more index options
> Current Configuration:
> httpd.conf
>     DirectoryIndex "index.html index.htm index.shtml index.phtml index.mhtml 
>index.pl index.php3"
>     IndexOptions FancyIndexing ScanHTMLTitles
>     ReadmeName README
>     HeaderName HEADER
>     IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

mine's still broke... here's my /server-status

Server Version: Apache/1.3.9 
[snip]
Module Name: mod_autoindex.c 
Content handlers: httpd/unix-directory 
Configuration Phase Participation: Create Directory Config, Merge
Directory Configs
Request Phase Participation: none
[snip]
IndexOptions IconsAreLinks FancyIndexing
ReadmeName README
HeaderName HEADER
IndexIgnore .??* *~ *# HEADER* README* RCS

Reply via email to