Subversion Repositories Tewi

Rev

Rev 39 | Rev 74 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 nishi 1
# $Id: example.conf 40 2024-09-17 12:31:08Z nishi $
2
# This is an example config
3
 
39 nishi 4
LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_cgi.so
17 nishi 5
 
33 nishi 6
Listen 80
7
ListenSSL 443
12 nishi 8
 
9
SSLKey key.pem
10
SSLCertificate cert.pem
11
 
21 nishi 12
MIMEType all application/octet-stream
13
MIMEType .html text/html
22 nishi 14
MIMEType .txt text/plain
15
MIMEType .png image/png
19 nishi 16
 
22 nishi 17
Icon all /icons/unknown.png
23 nishi 18
Icon text/* /icons/text.png
24 nishi 19
Icon image/* /icons/image.png
22 nishi 20
Icon misc/dir /icons/folder.png
21
Icon misc/parent /icons/parent.png
21 nishi 22
 
24 nishi 23
DirectoryIndex index.html
24
 
33 nishi 25
Readme README
26
 
22 nishi 27
DocumentRoot /var/www
28
 
21 nishi 29
BeginDirectory /
30
	Allow all
31
EndDirectory
40 nishi 32
 
33
BeginDirectory /var/www/cgi-bin
34
	AllowCGI
35
EndDirectory