source: Main/trunk/example.conf@ 42

Last change on this file since 42 was 40, checked in by Nishi, on Sep 17, 2024 at 9:31:08 PM

use dll for windows build

  • Property svn:keywords set to Id
File size: 587 bytes
Line 
1# $Id: example.conf 40 2024-09-17 12:31:08Z nishi $
2# This is an example config
3
4LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_cgi.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 image/* /icons/image.png
20Icon misc/dir /icons/folder.png
21Icon misc/parent /icons/parent.png
22
23DirectoryIndex index.html
24
25Readme README
26
27DocumentRoot /var/www
28
29BeginDirectory /
30 Allow all
31EndDirectory
32
33BeginDirectory /var/www/cgi-bin
34 AllowCGI
35EndDirectory
Note: See TracBrowser for help on using the repository browser.