%PDF- %PDF-
Direktori : /backups/router/usr/local/etc/lighttpd/conf.d/ |
Current File : //backups/router/usr/local/etc/lighttpd/conf.d/evhost.conf |
####################################################################### ## ## Enhanced virtual hosting ## -------------------------- ## ## https://wiki.lighttpd.net/mod_evhost ## server.modules += ( "mod_evhost" ) ## ## define a pattern for the host url finding ## %% => % sign ## %0 => domain name + tld ## %1 => tld ## %2 => domain name without tld ## %3 => subdomain 1 name ## %4 => subdomain 2 name ## %_ => full domain name ## %{M.N} => single character at 1-indexed position N in the domain segment %M (e.g %0 - %9) ## evhost.path-pattern = vhosts_dir + "/%3/htdocs/" ## #######################################################################