]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_evhost.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
1 server.modules += (
2         "mod_evhost"
3 )
4
5 # define a pattern for the host url finding
6 # %% => % sign
7 # %0 => domain name + tld
8 # %1 => tld
9 # %2 => domain name without tld
10 # %3 => subdomain 1 name
11 # %4 => subdomain 2 name
12 #
13 #evhost.path-pattern = "/home/storage/dev/www/%3/htdocs/"
14
This page took 0.07511 seconds and 4 git commands to generate.