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