source: Main/trunk/example.conf@ 404

Last change on this file since 404 was 389, checked in by Nishi, on Oct 21, 2024 at 5:23:36 AM

add last-modified [release 2.05]

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