Rev | Line | |
---|
[12] | 1 | # $Id: example.conf 22 2024-09-14 13:25:38Z nishi $
|
---|
| 2 | # This is an example config
|
---|
| 3 |
|
---|
[20] | 4 | #LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
|
---|
[17] | 5 |
|
---|
[12] | 6 | Listen 8000 8001 8002 8003 8004
|
---|
| 7 | ListenSSL 8443 8444 8445 8446 8447
|
---|
| 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
|
---|
| 18 | Icon text/plain /icons/text.png
|
---|
| 19 | Icon misc/dir /icons/folder.png
|
---|
| 20 | Icon misc/parent /icons/parent.png
|
---|
[21] | 21 |
|
---|
[22] | 22 | DocumentRoot /var/www
|
---|
| 23 |
|
---|
[21] | 24 | BeginDirectory /
|
---|
| 25 | Allow all
|
---|
| 26 | EndDirectory
|
---|
| 27 |
|
---|
[13] | 28 | BeginVirtualHost nishinbsd-ssd
|
---|
[12] | 29 | EndVirtualHost
|
---|
Note:
See
TracBrowser
for help on using the repository browser.