[olug] Knoppix mirror?

Brian Wiese bwiese at cotse.com
Wed Feb 12 07:03:59 UTC 2003


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


|
|On Tue, 2003-02-11 at 00:13, Brian Wiese wrote:
|> On Sat, 8 Feb 2003 00:36:59 -0600
|> Brandon Lederer <brandon at tolkien-movies.com> wrote:
|> 
|> |I know of one, but its his personal server, and I wouldnt feel right
|> |posting it.  He is a memebef of OLUG....  he can post it if he so
|> |desires.
|> |
|> |Brandon
|> 
|> brianwiese.net/files/  -- feel free
|> 
|> though it is a little slow at times. =(  ~40kbps or such... it varies.
|> going over to linuxiso.org, and checking out the mirror sites[1], I was
|> getting like 200k+ from this site in germany[2].
|> 
|> sorry - I haven't kept up on my email in awhile...
|> 
|> peace
|> 
|> [1] http://linuxiso.org/viewmirrors.php/327
|> [2] ftp://ftp.gwdg.de/pub/linux/knoppix/
|> 
|>   Brian Wiese | bwiese at cotse.com | aim: unolinuxguru
|> ------------------------------------------------------
|>   GnuPG/PGP key 0x1E820A73 | "FREEDOM!" - Braveheart 
|> ------------------------------------------------------  
|> This is not about Napster or DVDs. It's about your Freedom.
|>   I'll see your DMCA and raise you a First Amendment.
|>               http://www.anti-dmca.org



More information about the OLUG mailing list