Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 668e1e22f48fd88415806997f1008fbc > files > 10

lighttpd-1.4.33-4.mga4.x86_64.rpm

#######################################################################
##
##  Enhanced virtual hosting 
## -------------------------- 
##
## See http://www.lighttpd.net/documentation/evhost.html
##
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
##
evhost.path-pattern        = vhosts_dir + "/%3/htdocs/"

##
#######################################################################