source: Main/trunk/example.conf@ 119

Last change on this file since 119 was 74, checked in by Nishi, on Sep 19, 2024 at 7:06:23 PM

fix memleak

  • Property svn:keywords set to Id
File size: 589 bytes
RevLine 
[12]1# $Id: example.conf 74 2024-09-19 10:06:23Z nishi $
2# This is an example config
3
[74]4#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_cgi.so
[17]5
[33]6Listen 80
7ListenSSL 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
[33]25Readme README
26
[22]27DocumentRoot /var/www
28
[21]29BeginDirectory /
30 Allow all
31EndDirectory
[40]32
33BeginDirectory /var/www/cgi-bin
[74]34# AllowCGI
[40]35EndDirectory
Note: See TracBrowser for help on using the repository browser.