tewi/example.conf
Nishi faeeedcae8 icon works
git-svn-id: file:///raid/svn-personal/tewi/trunk@23 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-14 13:31:16 +00:00

27 lines
464 B
Plaintext

# $Id$
# This is an example config
#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.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 misc/dir /icons/folder.png
Icon misc/parent /icons/parent.png
DocumentRoot /var/www
BeginDirectory /
Allow all
EndDirectory