[olug] Knoppix mirror?
Ryan O'Rourke
ryano at ch-gifts.com
Wed Feb 12 14:02:53 UTC 2003
Thanks!
On Wed, 2003-02-12 at 01:03, Brian Wiese wrote:
> On 11 Feb 2003 11:59:15 -0600
> "Ryan O'Rourke" <ryano at ch-gifts.com> wrote:
>
> |Hey Brian, how do you create that file description off the end of your
> |filenames in Apache?
> |
> |-- Ryan
>
> Within the <IFModule mod_autoindex.c> tags, and with the "FancyIndexing"
> enabled as such (or similiar) in your httpd.conf...
>
> IndexOptions FancyIndexing SuppressHTMLPreamble IconsAreLinks NameWidth=*
>
> just dink around with the AddDescription lines...
>
> AddDescription "ZIP compressed archive" .zip
> AddDescription "GZIP compressed document" .gz
> AddDescription "tar archive" .tar
> AddDescription "GZIP compressed tar archive" .tgz
> AddDescription "File of Evil Empire" .doc .ppt
> AddDescription "Good music files" .mp3 .ogg
> AddDescription "Burn baby burn!" .iso
> AddDescription "ASCII Text file" .txt
> AddDescription "Portable Doc Format" .pdf
> AddDescription "Forensic disk image" .dd
> AddDescription "World Wide Web file" .html .htm .shtml
> AddDescription "graphic file" .gif .jpg .ico .png
> AddDescription "open/star office file" .sxw .sxi
>
> the background info is stored in the same directory in the file (hidden
> from directory listing with "IndexIgnore" line) HEAD.html
>
> HeaderName HEAD
>
More information about the OLUG
mailing list