Subversion Repositories Tewi

Rev

Rev 257 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 nishi 1
# $Id: example.conf 389 2024-10-20 20:23:36Z 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
 
257 nishi 9
Listen 8080
10
#ListenSSL 443
12 nishi 11
 
257 nishi 12
#SSLKey key.pem
13
#SSLCertificate cert.pem
12 nishi 14
 
21 nishi 15
MIMEType all application/octet-stream
257 nishi 16
MIMEFile /etc/mime.types
19 nishi 17
 
22 nishi 18
Icon all /icons/unknown.png
23 nishi 19
Icon text/* /icons/text.png
24 nishi 20
Icon image/* /icons/image.png
22 nishi 21
Icon misc/dir /icons/folder.png
22
Icon misc/parent /icons/parent.png
21 nishi 23
 
24 nishi 24
DirectoryIndex index.html
25
 
176 nishi 26
ReadmeFile README
33 nishi 27
 
389 nishi 28
DocumentRoot /var/www
22 nishi 29
 
156 nishi 30
Define test
31
Undefine test
32
 
33
BeginIf Defined test
34
	ForceLog "defined"
35
EndIf
36
BeginIfNot Defined test
37
	ForceLog "not defined"
38
EndIf
257 nishi 39
BeginDirectory /
40
	Allow all
41
EndDirectory