Subversion Repositories Tewi

Rev

Rev 22 | Rev 24 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 23
Line 1... Line 1...
1
# $Id: example.conf 22 2024-09-14 13:25:38Z nishi $
1
# $Id: example.conf 23 2024-09-14 13:31:16Z nishi $
2
# This is an example config
2
# This is an example config
3
 
3
 
4
#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
4
#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
5
 
5
 
6
Listen 8000 8001 8002 8003 8004
6
Listen 80
7
ListenSSL 8443 8444 8445 8446 8447
7
ListenSSL 443
8
 
8
 
9
SSLKey key.pem
9
SSLKey key.pem
10
SSLCertificate cert.pem
10
SSLCertificate cert.pem
11
 
11
 
12
MIMEType all application/octet-stream
12
MIMEType all application/octet-stream
13
MIMEType .html text/html
13
MIMEType .html text/html
14
MIMEType .txt text/plain
14
MIMEType .txt text/plain
15
MIMEType .png image/png
15
MIMEType .png image/png
16
 
16
 
17
Icon all /icons/unknown.png
17
Icon all /icons/unknown.png
18
Icon text/plain /icons/text.png
18
Icon text/* /icons/text.png
19
Icon misc/dir /icons/folder.png
19
Icon misc/dir /icons/folder.png
20
Icon misc/parent /icons/parent.png
20
Icon misc/parent /icons/parent.png
21
 
21
 
22
DocumentRoot /var/www
22
DocumentRoot /var/www
23
 
23
 
24
BeginDirectory /
24
BeginDirectory /
25
	Allow all
25
	Allow all
26
EndDirectory
26
EndDirectory
27
 
-
 
28
BeginVirtualHost nishinbsd-ssd
-
 
29
EndVirtualHost
-