]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd-mod_evhost.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / lighttpd-mod_evhost.conf
diff --git a/lighttpd-mod_evhost.conf b/lighttpd-mod_evhost.conf
deleted file mode 100644 (file)
index 744068a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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/"