source: Main/trunk/example.conf@ 21

Last change on this file since 21 was 21, checked in by Nishi, on Sep 14, 2024 at 9:39:39 PM

can send file now

  • Property svn:keywords set to Id
File size: 422 bytes
RevLine 
[12]1# $Id: example.conf 21 2024-09-14 12:39:39Z 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
[19]14
[21]15DocumentRoot /
16
17BeginDirectory /
18 Allow all
19EndDirectory
20
21BeginDirectory /var/www
22 Deny all
23EndDirectory
24
[13]25BeginVirtualHost nishinbsd-ssd
[12]26EndVirtualHost
Note: See TracBrowser for help on using the repository browser.