Rev 156 | Rev 257 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# $Id: example.conf 176 2024-09-26 21:28:41Z nishi $
# This is an example config
ServerRoot /home/nishi/SVN/tewi/trunk
#LoadModule Module/mod_cgi.so
#LoadModule Module/mod_proxy.so
Listen 80
ListenSSL 443
SSLKey key.pem
SSLCertificate cert.pem
MIMEType all application/octet-stream
MIMEType .html text/html
MIMEType .txt text/plain
MIMEType .png image/png
Icon all /icons/unknown.png
Icon text/* /icons/text.png
Icon image/* /icons/image.png
Icon misc/dir /icons/folder.png
Icon misc/parent /icons/parent.png
DirectoryIndex index.html
ReadmeFile README
DocumentRoot /var/www
Define test
Undefine test
BeginIf Defined test
ForceLog "defined"
EndIf
BeginIfNot Defined test
ForceLog "not defined"
EndIf