source: Main/trunk/example.conf@ 23

Last change on this file since 23 was 23, checked in by Nishi, on Sep 14, 2024 at 10:31:16 PM

icon works

  • Property svn:keywords set to Id
File size: 464 bytes
Line 
1# $Id: example.conf 23 2024-09-14 13:31:16Z nishi $
2# This is an example config
3
4#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
5
6Listen 80
7ListenSSL 443
8
9SSLKey key.pem
10SSLCertificate cert.pem
11
12MIMEType all application/octet-stream
13MIMEType .html text/html
14MIMEType .txt text/plain
15MIMEType .png image/png
16
17Icon all /icons/unknown.png
18Icon text/* /icons/text.png
19Icon misc/dir /icons/folder.png
20Icon misc/parent /icons/parent.png
21
22DocumentRoot /var/www
23
24BeginDirectory /
25 Allow all
26EndDirectory
Note: See TracBrowser for help on using the repository browser.