source: Main/trunk/example.conf@ 22

Last change on this file since 22 was 22, checked in by Nishi, on Sep 14, 2024 at 10:25:38 PM

icon works

  • Property svn:keywords set to Id
File size: 558 bytes
RevLine 
[12]1# $Id: example.conf 22 2024-09-14 13:25:38Z nishi $
2# This is an example config
3
[20]4#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
[17]5
[12]6Listen 8000 8001 8002 8003 8004
7ListenSSL 8443 8444 8445 8446 8447
8
9SSLKey key.pem
10SSLCertificate cert.pem
11
[21]12MIMEType all application/octet-stream
13MIMEType .html text/html
[22]14MIMEType .txt text/plain
15MIMEType .png image/png
[19]16
[22]17Icon all /icons/unknown.png
18Icon text/plain /icons/text.png
19Icon misc/dir /icons/folder.png
20Icon misc/parent /icons/parent.png
[21]21
[22]22DocumentRoot /var/www
23
[21]24BeginDirectory /
25 Allow all
26EndDirectory
27
[13]28BeginVirtualHost nishinbsd-ssd
[12]29EndVirtualHost
Note: See TracBrowser for help on using the repository browser.