]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - mod_evhost.conf
- updated to 1.4.73, build with lua54
[packages/lighttpd.git] / 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/"