source: Main/trunk/example.conf@ 163

Last change on this file since 163 was 156, checked in by Nishi, on Sep 25, 2024 at 9:28:10 PM

release 1.07

  • Property svn:keywords set to Id
File size: 663 bytes
RevLine 
[12]1# $Id: example.conf 156 2024-09-25 12:28:10Z nishi $
2# This is an example config
3
[127]4ServerRoot /home/nishi/SVN/tewi/trunk
[17]5
[127]6#LoadModule Module/mod_cgi.so
[156]7#LoadModule Module/mod_proxy.so
[127]8
[33]9Listen 80
10ListenSSL 443
[12]11
12SSLKey key.pem
13SSLCertificate cert.pem
14
[21]15MIMEType all application/octet-stream
16MIMEType .html text/html
[22]17MIMEType .txt text/plain
18MIMEType .png image/png
[19]19
[22]20Icon all /icons/unknown.png
[23]21Icon text/* /icons/text.png
[24]22Icon image/* /icons/image.png
[22]23Icon misc/dir /icons/folder.png
24Icon misc/parent /icons/parent.png
[21]25
[24]26DirectoryIndex index.html
27
[33]28Readme README
29
[22]30DocumentRoot /var/www
31
[156]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.