Subversion Repositories Tewi

Rev

Rev 24 | Rev 30 | 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 25 2024-09-14 15:10:29Z nishi $
2
# This is an example config
3
 
20 nishi 4
#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
17 nishi 5
 
25 nishi 6
Listen 8000
7
#Listen 80
8
#ListenSSL 443
12 nishi 9
 
10
SSLKey key.pem
11
SSLCertificate cert.pem
12
 
21 nishi 13
MIMEType all application/octet-stream
14
MIMEType .html text/html
22 nishi 15
MIMEType .txt text/plain
16
MIMEType .png image/png
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
 
22 nishi 26
DocumentRoot /var/www
27
 
21 nishi 28
BeginDirectory /
29
	Allow all
30
EndDirectory