]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_evhost.conf
- fixed desc for monitrc subpackage
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
index 5b1b512ede979199d6b88f0eb20613187cefb03d..e380bd03d5834b4bb0a10424a5235269ce5d1a62 100644 (file)
@@ -1,3 +1,17 @@
+# Enhanced virtual-hosting module.
+#
+# Documentation: http://www.lighttpd.net/documentation/evhost.html
+
 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.033073 seconds and 4 git commands to generate.