Line | |
---|
1 | # $Id: example.conf 156 2024-09-25 12:28:10Z nishi $
|
---|
2 | # This is an example config
|
---|
3 |
|
---|
4 | ServerRoot /home/nishi/SVN/tewi/trunk
|
---|
5 |
|
---|
6 | #LoadModule Module/mod_cgi.so
|
---|
7 | #LoadModule Module/mod_proxy.so
|
---|
8 |
|
---|
9 | Listen 80
|
---|
10 | ListenSSL 443
|
---|
11 |
|
---|
12 | SSLKey key.pem
|
---|
13 | SSLCertificate cert.pem
|
---|
14 |
|
---|
15 | MIMEType all application/octet-stream
|
---|
16 | MIMEType .html text/html
|
---|
17 | MIMEType .txt text/plain
|
---|
18 | MIMEType .png image/png
|
---|
19 |
|
---|
20 | Icon all /icons/unknown.png
|
---|
21 | Icon text/* /icons/text.png
|
---|
22 | Icon image/* /icons/image.png
|
---|
23 | Icon misc/dir /icons/folder.png
|
---|
24 | Icon misc/parent /icons/parent.png
|
---|
25 |
|
---|
26 | DirectoryIndex index.html
|
---|
27 |
|
---|
28 | Readme README
|
---|
29 |
|
---|
30 | DocumentRoot /var/www
|
---|
31 |
|
---|
32 | Define test
|
---|
33 | Undefine test
|
---|
34 |
|
---|
35 | BeginIf Defined test
|
---|
36 | ForceLog "defined"
|
---|
37 | EndIf
|
---|
38 | BeginIfNot Defined test
|
---|
39 | ForceLog "not defined"
|
---|
40 | EndIf
|
---|
Note:
See
TracBrowser
for help on using the repository browser.