SOURCES: lighttpd-mod_proxy_backend_ajp13.conf (NEW), lighttpd-mod_proxy_ba...

glen glen at pld-linux.org
Mon Jan 19 11:54:56 CET 2009


Author: glen                         Date: Mon Jan 19 10:54:56 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   lighttpd-mod_proxy_backend_ajp13.conf (NONE -> 1.1)  (NEW), lighttpd-mod_proxy_backend_http.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_proxy_backend_ajp13.conf
diff -u /dev/null SOURCES/lighttpd-mod_proxy_backend_ajp13.conf:1.1
--- /dev/null	Mon Jan 19 11:54:56 2009
+++ SOURCES/lighttpd-mod_proxy_backend_ajp13.conf	Mon Jan 19 11:54:50 2009
@@ -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"
+)

================================================================
Index: SOURCES/lighttpd-mod_proxy_backend_http.conf
diff -u /dev/null SOURCES/lighttpd-mod_proxy_backend_http.conf:1.1
--- /dev/null	Mon Jan 19 11:54:58 2009
+++ SOURCES/lighttpd-mod_proxy_backend_http.conf	Mon Jan 19 11:54:50 2009
@@ -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"
+)
================================================================


More information about the pld-cvs-commit mailing list