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