source: Main/trunk/example.conf@ 27

Last change on this file since 27 was 25, checked in by Nishi, on Sep 15, 2024 at 12:10:29 AM

fix dylib load

  • Property svn:keywords set to Id
File size: 535 bytes
Line 
1# $Id: example.conf 25 2024-09-14 15:10:29Z nishi $
2# This is an example config
3
4#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
5
6Listen 8000
7#Listen 80
8#ListenSSL 443
9
10SSLKey key.pem
11SSLCertificate cert.pem
12
13MIMEType all application/octet-stream
14MIMEType .html text/html
15MIMEType .txt text/plain
16MIMEType .png image/png
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
26DocumentRoot /var/www
27
28BeginDirectory /
29 Allow all
30EndDirectory
Note: See TracBrowser for help on using the repository browser.