source: Main/trunk/example.conf@ 155

Last change on this file since 155 was 150, checked in by Nishi, on Sep 25, 2024 at 5:15:17 AM

trying to fix haiku

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