]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_simple_vhost.conf
- more php samples
[packages/lighttpd.git] / lighttpd-mod_simple_vhost.conf
CommitLineData
7d3968ad
ER
1server.modules += (
2 "mod_simple_vhost"
3)
693950e2
ER
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.038486 seconds and 4 git commands to generate.