source: Main/trunk/example.conf@ 149

Last change on this file since 149 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
RevLine 
[12]1# $Id: example.conf 127 2024-09-23 09:39:28Z nishi $
2# This is an example config
3
[127]4ServerRoot /home/nishi/SVN/tewi/trunk
[17]5
[127]6#LoadModule Module/mod_cgi.so
7LoadModule Module/mod_proxy.so
8
[33]9Listen 80
10ListenSSL 443
[12]11
12SSLKey key.pem
13SSLCertificate cert.pem
14
[21]15MIMEType all application/octet-stream
16MIMEType .html text/html
[22]17MIMEType .txt text/plain
18MIMEType .png image/png
[19]19
[22]20Icon all /icons/unknown.png
[23]21Icon text/* /icons/text.png
[24]22Icon image/* /icons/image.png
[22]23Icon misc/dir /icons/folder.png
24Icon misc/parent /icons/parent.png
[21]25
[24]26DirectoryIndex index.html
27
[33]28Readme README
29
[22]30DocumentRoot /var/www
31
[127]32ProxyPass
Note: See TracBrowser for help on using the repository browser.