]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_evhost.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / mod_evhost.conf
diff --git a/mod_evhost.conf b/mod_evhost.conf
new file mode 100644 (file)
index 0000000..744068a
--- /dev/null
@@ -0,0 +1,17 @@
+# Enhanced virtual-hosting module.
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModEVhost
+
+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/"