Subversion Repositories Tewi

Rev

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

Rev 32 Rev 33
Line 1... Line 1...
1
# $Id: example.conf 32 2024-09-16 12:42:19Z nishi $
1
# $Id: example.conf 33 2024-09-16 12:52:47Z 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 8080
6
Listen 80
7
#ListenSSL 443
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
Line 20... Line 20...
20
Icon misc/dir /icons/folder.png
20
Icon misc/dir /icons/folder.png
21
Icon misc/parent /icons/parent.png
21
Icon misc/parent /icons/parent.png
22
 
22
 
23
DirectoryIndex index.html
23
DirectoryIndex index.html
24
 
24
 
-
 
25
Readme README
-
 
26
 
25
DocumentRoot /var/www
27
DocumentRoot /var/www
26
 
28
 
27
BeginDirectory /
29
BeginDirectory /
28
	Allow all
30
	Allow all
29
EndDirectory
31
EndDirectory