source: Main/trunk/example.conf@ 28

Last change on this file since 28 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
RevLine 
[12]1# $Id: example.conf 25 2024-09-14 15:10:29Z nishi $
2# This is an example config
3
[20]4#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
[17]5
[25]6Listen 8000
7#Listen 80
8#ListenSSL 443
[12]9
10SSLKey key.pem
11SSLCertificate cert.pem
12
[21]13MIMEType all application/octet-stream
14MIMEType .html text/html
[22]15MIMEType .txt text/plain
16MIMEType .png image/png
[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
[22]26DocumentRoot /var/www
27
[21]28BeginDirectory /
29 Allow all
30EndDirectory
Note: See TracBrowser for help on using the repository browser.