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