Subversion Repositories Tewi

Rev

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