ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/example.conf
Revision: 1.2
Committed: Sun Oct 20 20:23:51 2024 UTC (3 weeks, 4 days ago) by nishi
Content type: text/plain
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Changes since 1.1: +2 -2 lines
Log Message:
add last-modified [release 2.05]

File Contents

# User Rev Content
1 nishi 1.2 # $Id: example.conf 389 2024-10-20 20:23:36Z nishi $
2 nishi 1.1 # This is an example config
3    
4     ServerRoot /home/nishi/SVN/tewi/trunk
5    
6     #LoadModule Module/mod_cgi.so
7     #LoadModule Module/mod_proxy.so
8    
9     Listen 8080
10     #ListenSSL 443
11    
12     #SSLKey key.pem
13     #SSLCertificate cert.pem
14    
15     MIMEType all application/octet-stream
16     MIMEFile /etc/mime.types
17    
18     Icon all /icons/unknown.png
19     Icon text/* /icons/text.png
20     Icon image/* /icons/image.png
21     Icon misc/dir /icons/folder.png
22     Icon misc/parent /icons/parent.png
23    
24     DirectoryIndex index.html
25    
26     ReadmeFile README
27    
28 nishi 1.2 DocumentRoot /var/www
29 nishi 1.1
30     Define test
31     Undefine test
32    
33     BeginIf Defined test
34     ForceLog "defined"
35     EndIf
36     BeginIfNot Defined test
37     ForceLog "not defined"
38     EndIf
39     BeginDirectory /
40     Allow all
41     EndDirectory