Subversion Repositories Tewi

Rev

Rev 21 | Rev 23 | 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 22 2024-09-14 13:25:38Z nishi $
2
# This is an example config
3
 
20 nishi 4
#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
17 nishi 5
 
12 nishi 6
Listen 8000 8001 8002 8003 8004
7
ListenSSL 8443 8444 8445 8446 8447
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
18
Icon text/plain /icons/text.png
19
Icon misc/dir /icons/folder.png
20
Icon misc/parent /icons/parent.png
21 nishi 21
 
22 nishi 22
DocumentRoot /var/www
23
 
21 nishi 24
BeginDirectory /
25
	Allow all
26
EndDirectory
27
 
13 nishi 28
BeginVirtualHost nishinbsd-ssd
12 nishi 29
EndVirtualHost