source: Main/trunk/example.conf@ 190

Last change on this file since 190 was 176, checked in by Nishi, on Sep 27, 2024 at 6:28:41 AM

breaking change: Readme has been changed to ReadmeFile

  • Property svn:keywords set to Id
File size: 667 bytes
Line 
1# $Id: example.conf 176 2024-09-26 21:28:41Z 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 80
10ListenSSL 443
11
12SSLKey key.pem
13SSLCertificate cert.pem
14
15MIMEType all application/octet-stream
16MIMEType .html text/html
17MIMEType .txt text/plain
18MIMEType .png image/png
19
20Icon all /icons/unknown.png
21Icon text/* /icons/text.png
22Icon image/* /icons/image.png
23Icon misc/dir /icons/folder.png
24Icon misc/parent /icons/parent.png
25
26DirectoryIndex index.html
27
28ReadmeFile README
29
30DocumentRoot /var/www
31
32Define test
33Undefine test
34
35BeginIf Defined test
36 ForceLog "defined"
37EndIf
38BeginIfNot Defined test
39 ForceLog "not defined"
40EndIf
Note: See TracBrowser for help on using the repository browser.