source: Main/trunk/example.conf@ 281

Last change on this file since 281 was 257, checked in by Nishi, on Oct 4, 2024 at 2:34:27 PM

[release 2.04] can read mime.types from apache

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