Rev 30 | Rev 33 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# $Id: example.conf 32 2024-09-16 12:42:19Z nishi $
# This is an example config
#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
Listen 8080
#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
DocumentRoot /var/www
BeginDirectory /
Allow all
EndDirectory