]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_evhost.conf
up to 1.4.38
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
CommitLineData
1efd0147
ER
1# Enhanced virtual-hosting module.
2#
bce8a1c7 3# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModEVhost
1efd0147 4
7d3968ad
ER
5server.modules += (
6 "mod_evhost"
7)
693950e2
ER
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.065124 seconds and 4 git commands to generate.