]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Jan 2009 10:54:50 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_proxy_backend_ajp13.conf -> 1.1
    lighttpd-mod_proxy_backend_http.conf -> 1.1

lighttpd-mod_proxy_backend_ajp13.conf [new file with mode: 0644]
lighttpd-mod_proxy_backend_http.conf [new file with mode: 0644]

diff --git a/lighttpd-mod_proxy_backend_ajp13.conf b/lighttpd-mod_proxy_backend_ajp13.conf
new file mode 100644 (file)
index 0000000..585388e
--- /dev/null
@@ -0,0 +1,7 @@
+# AJP13 protocol for mod_proxy_core
+#
+# Documentation: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModProxyCore
+
+server.modules += (
+       "mod_proxy_backend_ajp13"
+)
diff --git a/lighttpd-mod_proxy_backend_http.conf b/lighttpd-mod_proxy_backend_http.conf
new file mode 100644 (file)
index 0000000..3f8004c
--- /dev/null
@@ -0,0 +1,7 @@
+# HTTP protocol for mod_proxy_core
+#
+# Documentation: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModProxyCore
+
+server.modules += (
+       "mod_proxy_backend_http"
+)
This page took 0.067358 seconds and 4 git commands to generate.