source:
Main/trunk/example.conf@
382
Last change on this file since 382 was 257, checked in by , on Oct 4, 2024 at 2:34:27 PM | |
---|---|
|
|
File size: 669 bytes |
Rev | Line | |
---|---|---|
[12] | 1 | # $Id: example.conf 257 2024-10-04 05:34:27Z 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 |
[156] | 7 | #LoadModule Module/mod_proxy.so |
[127] | 8 | |
[257] | 9 | Listen 8080 |
10 | #ListenSSL 443 | |
[12] | 11 | |
[257] | 12 | #SSLKey key.pem |
13 | #SSLCertificate cert.pem | |
[12] | 14 | |
[21] | 15 | MIMEType all application/octet-stream |
[257] | 16 | MIMEFile /etc/mime.types |
[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 | ||
[176] | 26 | ReadmeFile README |
[33] | 27 | |
[257] | 28 | DocumentRoot /var/www/html |
[22] | 29 | |
[156] | 30 | Define test |
31 | Undefine test | |
32 | ||
33 | BeginIf Defined test | |
34 | ForceLog "defined" | |
35 | EndIf | |
36 | BeginIfNot Defined test | |
37 | ForceLog "not defined" | |
38 | EndIf | |
[257] | 39 | BeginDirectory / |
40 | Allow all | |
41 | EndDirectory |
Note:
See TracBrowser
for help on using the repository browser.