# -FrontPage- version=2.0
# With this document, you define the name space that users see of your http
# server.

# See the tutorials at http://hoohoo.ncsa.uiuc.edu/docs/tutorials/ for
# more information.

# NCSA httpd (httpd@ncsa.uiuc.edu)


# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.

DocumentRoot /home/d/dwh/www

# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is recieved.

UserDir www

# DirectoryIndex: Name of the file to use as a pre-written HTML
# directory index

#DirectoryIndex index.html,index.htm,index.shtml,index-s.htm
DirectoryIndex index-s.html

# FancyIndexing is whether you want fancy directory indexing or standard

# FancyIndexing on
IndexOptions FancyIndexing IconsAreLinks ScanHTMLTitles

# AddIcon tells the server which icon to show for different files or filename
# extensions

AddIconByType (TXT,/icons/ftp/text.gif) text/*
AddIconByType (TXT,/icons/ftp/index.gif) text/html
AddIconByType (IMG,/icons/ftp/image2.gif) image/*
AddIconByType (SND,/icons/ftp/sound3.gif) audio/*
AddIconByType (APP,/icons/ftp/comp2.gif) application/*
AddIcon /icons/ftp/msword.gif .doc
AddIcon /icons/ftp/msexcel.gif .xls
AddIcon /icons/ftp/movie.gif .mpg .qt
AddIcon /icons/ftp/compress.gif .zip .arj .Z .gz
AddIcon /icons/ftp/msdos.gif .exe .com .dll
AddIcon /icons/ftp/binhex.gif .hqx
AddIcon /icons/ftp/tar.gif .tar .tar.gz .tar.Z
AddIcon /icons/ftp/fonts.gif .fot .ttf
AddIcon /icons/ftp/bomb.gif core
AddIcon /icons/ftp/help.gif README read.me
AddIcon /icons/ftp/c.gif .c .C .cpp
AddIcon /icons/ftp/p.gif .p
AddIcon /icons/ftp/screw.gif .o Makefile makefile
AddIcon /icons/ftp/f.gif .f
AddIcon /icons/ftp/ps.gif .ps .eps
# AddIcon /icons/ftp/globe3.gif www web
AddIcon /icons/ftp/world.gif www web
AddIcon /icons/ftp/transfer.gif incoming
AddIcon /icons/ftp/scrollb.gif .sh .ksh .csh .bash .pl
AddIcon /icons/ftp/layout.gif .pm4
AddIcon /icons/ftp/icon_pdf.gif .pdf
#AddIcon /icons/ftp/.gif

AddIcon /icons/ftp/back.gif .. 
AddIcon /icons/ftp/dir.gif ^^DIRECTORY^^
AddIcon /icons/ftp/blank.gif ^^BLANKICON^^
AddIcon /backgrnd.jpg:ffffff:000000:0000ff:bf007f ^^BODY^^
AddIcon /24:24 ^^ICONSIZE^^

# DefaultIcon is which icon to show for files which do not have an icon
# explicitly set.

DefaultIcon /icons/ftp/unknown.gif

# AddDescription allows you to place a short description after a file in
# server-generated indexes.
# Format: AddDescription "description" filename

AddDescription "ASCII Text File" .txt
AddDescription "HyperText Markup Language" .html .htm
AddDescription "Server-side Include" .shtml -s.htm
AddDescription "CGI Program" .cgi
AddDescription "Arj Archive" .arj
AddDescription "Compuserve GIF image" .gif
AddDescription "JPEG image" .jpg .jpeg
AddDescription "C Source Code" .c
AddDescription "Pascal Source Code" .p
AddDescription "Object Code" .o
AddDescription "Fortran Source Code" .f
AddDescription "Programmer's Makefile" Makefile makefile
AddDescription "MS Windows Wave Audio" .wav
AddDescription "Basic Audio" .au
AddDescription "MSDOS Executable" .exe .com
AddDescription "MSDOS Dynamic Link Library" .dll
AddDescription "MS Word Document" .doc
AddDescription "Mac Bin-Hex Archive" .hqx
AddDescription "PK-Zipped Archive" .zip
AddDescription "Unix Tape ARchive" .tar .tar.gz .tar.Z
AddDescription "FTP Uploads Directory" incoming
AddDescription "Shell Script" .sh .csh .bash .ksh
AddDescription "Perl Script" .pl
#AddDescription "" .

# ReadmeName is the name of the README file the server will look for by
# default. Format: ReadmeName name
#
# The server will first look for name.html, include it if found, and it will
# then look for name and include it as plaintext if found.
#
# HeaderName is the name of a file which should be prepended to
# directory indexes. 

ReadmeName index
HeaderName .message

# IndexIgnore is a set of filenames which directory indexing should ignore
# Format: IndexIgnore name1 name2...

IndexIgnore */.??* *~ *# */index* 

# AccessFileName: The name of the file to look for in each directory
# for access control information.

AccessFileName .htaccess

# DefaultType is the default MIME type for documents which the server
# cannot find the type of from filename extensions.

DefaultType text/plain

# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
# Format: AddType type/subtype ext1

# AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
# information on the fly. Note: Not all browsers support this.

#AddEncoding x-compress Z
#AddEncoding x-gzip gz

# Redirect allows you to tell clients about documents which used to exist in
# your server's namespace, but do not anymore. This allows you to tell the
# clients where to look for the relocated document.
# Format: Redirect fakename url


# Aliases: Add here as many aliases as you need, up to 20. The format is 
# Alias fakename realname


# ScriptAlias: This controls which directories contain server scripts.
# Format: ScriptAlias fakename realname


# If you want to use server side includes, or CGI outside
# ScriptAliased directories, uncomment the following lines.

AddType text/x-server-parsed-html .shtml
AddType text/x-server-parsed-html -s.htm
AddType application/x-httpd-cgi .cgi
AddType text/x-imagemap .map
AddType text/html (none)

# If you want to have files/scripts sent instead of the built-in version
# in case of errors, uncomment the following lines and set them as you
# will.  Note: scripts must be able to be run as if the were called 
# directly (in ScriptAlias directory, for instance)

# 302 - REDIRECT 
# 400 - BAD_REQUEST 
# 401 - AUTH_REQUIRED 
# 403 - FORBIDDEN 
# 404 - NOT_FOUND 
# 500 - SERVER_ERROR 
# 501 - NOT_IMPLEMENTED 

#ErrorDocument 302 /cgi-bin/redirect.cgi
#ErrorDocument 500 /errors/server.html
#ErrorDocument 403 /errors/forbidden.html
Alias /icons/ /gutter/httpd/icons/ 
Alias /robots.txt/ /gutter/httpd/robots.txt/ 
