]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_simple_vhost.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_simple_vhost.conf
1 server.modules += (
2         "mod_simple_vhost"
3 )
4
5 ###### virtual hosts
6 ##
7 ##   If you want name-based virtual hosting add the next three settings and load
8 ##   mod_simple_vhost
9 ##
10 ## document-root =
11 ##   virtual-server-root + virtual-server-default-host + virtual-server-docroot
12 ## or
13 ##   virtual-server-root + http-host + virtual-server-docroot
14 ##
15 #simple-vhost.server-root         = "/home/weigon/wwwroot/servers/"
16 #simple-vhost.default-host        = "grisu.home.kneschke.de"
17 #simple-vhost.document-root       = "/pages/"
18
This page took 0.034927 seconds and 4 git commands to generate.