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