]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_evhost.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
index 5b1b512ede979199d6b88f0eb20613187cefb03d..e7cf626fe515fe1ded10507aab5fd299bbf33e84 100644 (file)
@@ -1,3 +1,14 @@
 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 = "/home/storage/dev/www/%3/htdocs/"
+
This page took 0.025034 seconds and 4 git commands to generate.