Subversion Repositories Tewi

Rev

Rev 55 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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