Rev | Line | |
---|
[12] | 1 | # $Id: example.conf 21 2024-09-14 12:39:39Z 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
|
---|
[19] | 14 |
|
---|
[21] | 15 | DocumentRoot /
|
---|
| 16 |
|
---|
| 17 | BeginDirectory /
|
---|
| 18 | Allow all
|
---|
| 19 | EndDirectory
|
---|
| 20 |
|
---|
| 21 | BeginDirectory /var/www
|
---|
| 22 | Deny all
|
---|
| 23 | EndDirectory
|
---|
| 24 |
|
---|
[13] | 25 | BeginVirtualHost nishinbsd-ssd
|
---|
[12] | 26 | EndVirtualHost
|
---|
Note:
See
TracBrowser
for help on using the repository browser.