]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_evhost.conf
- unified header
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
1 # Enhanced virtual-hosting module.
2 #
3 # Documentation: http://www.lighttpd.net/documentation/evhost.html
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.074616 seconds and 4 git commands to generate.