Subversion Repositories Tewi

Rev

Rev 127 | Rev 156 | 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 150 2024-09-24 20:15:17Z nishi $
2
# This is an example config
3
 
127 nishi 4
ServerRoot /home/nishi/SVN/tewi/trunk
17 nishi 5
 
127 nishi 6
#LoadModule Module/mod_cgi.so
7
LoadModule Module/mod_proxy.so
8
 
33 nishi 9
Listen 80
10
ListenSSL 443
12 nishi 11
 
12
SSLKey key.pem
13
SSLCertificate cert.pem
14
 
21 nishi 15
MIMEType all application/octet-stream
16
MIMEType .html text/html
22 nishi 17
MIMEType .txt text/plain
18
MIMEType .png image/png
19 nishi 19
 
22 nishi 20
Icon all /icons/unknown.png
23 nishi 21
Icon text/* /icons/text.png
24 nishi 22
Icon image/* /icons/image.png
22 nishi 23
Icon misc/dir /icons/folder.png
24
Icon misc/parent /icons/parent.png
21 nishi 25
 
24 nishi 26
DirectoryIndex index.html
27
 
33 nishi 28
Readme README
29
 
22 nishi 30
DocumentRoot /var/www
31
 
150 nishi 32
#ProxyPass