source: Main/trunk/example.conf@ 128

Last change on this file since 128 was 127, checked in by Nishi, on Sep 23, 2024 at 6:39:28 PM

fix some stuff

  • Property svn:keywords set to Id
File size: 544 bytes
Line 
1# $Id: example.conf 127 2024-09-23 09:39:28Z 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
32ProxyPass
Note: See TracBrowser for help on using the repository browser.