source: Main/trunk/example.conf@ 32

Last change on this file since 32 was 32, checked in by Nishi, on Sep 16, 2024 at 9:42:19 PM

can handle cache headers.

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