]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_evhost.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
index 5b1b512ede979199d6b88f0eb20613187cefb03d..744068ae580914447fadab208c232818b2753fbb 100644 (file)
@@ -1,3 +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/"
This page took 0.090857 seconds and 4 git commands to generate.