Subversion Repositories Tewi

Rev

Rev 150 | Rev 176 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 nishi 1
# $Id: example.conf 156 2024-09-25 12:28:10Z nishi $
2
# This is an example config
3
 
127 nishi 4
ServerRoot /home/nishi/SVN/tewi/trunk
17 nishi 5
 
127 nishi 6
#LoadModule Module/mod_cgi.so
156 nishi 7
#LoadModule Module/mod_proxy.so
127 nishi 8
 
33 nishi 9
Listen 80
10
ListenSSL 443
12 nishi 11
 
12
SSLKey key.pem
13
SSLCertificate cert.pem
14
 
21 nishi 15
MIMEType all application/octet-stream
16
MIMEType .html text/html
22 nishi 17
MIMEType .txt text/plain
18
MIMEType .png image/png
19 nishi 19
 
22 nishi 20
Icon all /icons/unknown.png
23 nishi 21
Icon text/* /icons/text.png
24 nishi 22
Icon image/* /icons/image.png
22 nishi 23
Icon misc/dir /icons/folder.png
24
Icon misc/parent /icons/parent.png
21 nishi 25
 
24 nishi 26
DirectoryIndex index.html
27
 
33 nishi 28
Readme README
29
 
22 nishi 30
DocumentRoot /var/www
31
 
156 nishi 32
Define test
33
Undefine test
34
 
35
BeginIf Defined test
36
	ForceLog "defined"
37
EndIf
38
BeginIfNot Defined test
39
	ForceLog "not defined"
40
EndIf