]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_evhost.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
1 # Enhanced virtual-hosting module.
2 #
3 # Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModEVhost
4
5 server.modules += (
6         "mod_evhost"
7 )
8
9 # define a pattern for the host url finding
10 # %% => % sign
11 # %0 => domain name + tld
12 # %1 => tld
13 # %2 => domain name without tld
14 # %3 => subdomain 1 name
15 # %4 => subdomain 2 name
16 #
17 #evhost.path-pattern = "/home/storage/dev/www/%3/htdocs/"
This page took 0.041758 seconds and 3 git commands to generate.