Subversion Repositories Tewi

Rev

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

Rev 23 Rev 24
Line 1... Line 1...
1
# $Id: example.conf 23 2024-09-14 13:31:16Z nishi $
1
# $Id: example.conf 24 2024-09-14 14:09:58Z 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 80
6
Listen 80
Line 14... Line 14...
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/* /icons/text.png
18
Icon text/* /icons/text.png
-
 
19
Icon image/* /icons/image.png
19
Icon misc/dir /icons/folder.png
20
Icon misc/dir /icons/folder.png
20
Icon misc/parent /icons/parent.png
21
Icon misc/parent /icons/parent.png
21
 
22
 
-
 
23
DirectoryIndex index.html
-
 
24
 
22
DocumentRoot /var/www
25
DocumentRoot /var/www
23
 
26
 
24
BeginDirectory /
27
BeginDirectory /
25
	Allow all
28
	Allow all
26
EndDirectory
29
EndDirectory