Subversion Repositories Tewi

Rev

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

Rev 21 Rev 22
Line 1... Line 1...
1
# $Id: example.conf 21 2024-09-14 12:39:39Z nishi $
1
# $Id: example.conf 22 2024-09-14 13:25:38Z 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 8000 8001 8002 8003 8004
Line 9... Line 9...
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
-
 
15
MIMEType .png image/png
14
 
16
 
-
 
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
 
15
DocumentRoot /
22
DocumentRoot /var/www
16
 
23
 
17
BeginDirectory /
24
BeginDirectory /
18
	Allow all
25
	Allow all
19
EndDirectory
26
EndDirectory
20
 
27
 
21
BeginDirectory /var/www
-
 
22
	Deny all
-
 
23
EndDirectory
-
 
24
 
-
 
25
BeginVirtualHost nishinbsd-ssd
28
BeginVirtualHost nishinbsd-ssd
26
EndVirtualHost
29
EndVirtualHost