]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_evhost.conf
- default to local socket
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
CommitLineData
7d3968ad
ER
1server.modules += (
2 "mod_evhost"
3)
693950e2
ER
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.02951 seconds and 4 git commands to generate.