source: Main/trunk/example.conf@ 19

Last change on this file since 19 was 19, checked in by Nishi, on Sep 14, 2024 at 9:51:41 AM

add fallback option

  • Property svn:keywords set to Id
File size: 274 bytes
RevLine 
[12]1# $Id: example.conf 19 2024-09-14 00:51:41Z nishi $
2# This is an example config
3
[17]4LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_example.so
5
[12]6Listen 8000 8001 8002 8003 8004
7ListenSSL 8443 8444 8445 8446 8447
8
9SSLKey key.pem
10SSLCertificate cert.pem
11
[19]12DocumentRoot /var/www
13
[13]14BeginVirtualHost nishinbsd-ssd
[12]15EndVirtualHost
Note: See TracBrowser for help on using the repository browser.