Subversion Repositories Tewi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
54 nishi 1
# $Id: example.conf 40 2024-09-17 12:31:08Z nishi $
2
# This is an example config
3
 
4
Listen 80
5
#ListenSSL 443
6
 
7
#SSLKey key.pem
8
#SSLCertificate cert.pem
9
 
10
MIMEType all application/octet-stream
11
MIMEType .html text/html
12
MIMEType .txt text/plain
13
MIMEType .png image/png
14
 
15
Icon all /icons/unknown.png
16
Icon text/* /icons/text.png
17
Icon image/* /icons/image.png
18
Icon misc/dir /icons/folder.png
19
Icon misc/parent /icons/parent.png
20
 
21
DirectoryIndex index.html
22
 
23
Readme README
24
 
25
DocumentRoot C:/Tewi/www
26
 
27
BeginDirectory C:/Tewi/www
28
	Allow all
29
EndDirectory