Add to git.
[rws.git] / conf / rws.conf.in
1 # Example ``/etc/rws/rws.conf'' file.
2
3 # If the server is started as root, drop privileges and change to user
4 # ID given below.
5 #
6 # Default: nobody
7 #
8 #user: web
9
10 # Set the path to search for the mime.types file.
11 #
12 # Default: /etc/mime.types
13 #
14 #mime types file: /etc/httpd/conf/mime.types
15
16 # The place to put the web server error log.
17 #
18 # Default: /tmp/error_log
19 #
20 #error log: /var/log/httpd/error_log
21
22 # The place to put the web server access log.
23 #
24 # Default: /tmp/access_log
25 #
26 #access log: /var/log/httpd/access_log
27
28 # Requests time out after this many seconds.
29 #
30 # Default: 60
31 #
32 #request timeout: 300
33
34 # The email address of the maintainer, displayed in error messages.
35 #
36 # Default: (none)
37 #
38 #maintainer: bob@example.com
39
40 # The default expiry time. This has the form '[+|-]NN[s|m|h|d|y]', for
41 # example, '+1d' means set the expiry for current time + 1 day. The
42 # default is to send no Expires: headers, but setting this to a small
43 # value such as 1 day can dramatically improve the performance of your
44 # website, especially given that rws currently doesn't implement the
45 # GET/If-Modified-Since requirement of RFC 2616.
46 #
47 # Default: (none)
48 #
49 expires: +1d
50
51 # Icons used in directory listings.
52
53 icon for application/*:         /icons/binary.gif 20x22 "Application"
54 icon for application/x-tar:     /icons/tar.gif 20x22 "Unix tape archive file"
55 icon for application/x-gzip:    /icons/compressed.gif 20x22 "Compressed file"
56 icon for application/zip:       /icons/compressed.gif 20x22 "Compressed file"
57 icon for audio/*:               /icons/sound1.gif 20x22 "Audio file"
58 icon for image/*:               /icons/image2.gif 20x22 "Image"
59 icon for message/*:             /icons/quill.gif 20x22 "Mail message"
60 icon for text/*:                /icons/text.gif 20x22 "Text file"
61 icon for video/*:               /icons/movie.gif 20x22 "Video file"
62
63 no type icon:                   /icons/generic.gif 20x22 "File"
64
65 unknown icon:                   /icons/unknown.gif 20x22 "Unknown file type"
66
67 directory icon:                 /icons/dir.gif 20x22 "Directory"
68
69 link icon:                      /icons/link.gif 20x22 "Symbolic link"
70
71 special icon:                   /icons/sphere2.gif 20x22 "Special file"