You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ja...@apache.org on 2017/08/16 09:12:11 UTC

svn commit: r1805157 - /felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext

Author: jawi
Date: Wed Aug 16 09:12:11 2017
New Revision: 1805157

URL: http://svn.apache.org/viewvc?rev=1805157&view=rev
Log:
Documented the proxy/load balancer property.

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext?rev=1805157&r1=1805156&r2=1805157&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext Wed Aug 16 09:12:11 2017
@@ -291,6 +291,7 @@ non-standard request headers are used fo
 | `X-Forwarded-SSL-Certificate` | The de-facto(?) standard used to forward the client certificate by a proxy. |
 | `X-Forwarded-SSL-Client-Cert` | Alternative header used by some proxies. |
 
+**Note**: instead of deploying the SSL filter bundle, you can also set the `org.apache.felix.proxy.load.balancer.connection.enable` property to `true` in order to achieve the same effect.
 
 ## Configuration Properties
 
@@ -331,6 +332,7 @@ properties can be used (some legacy prop
 | `org.eclipse.jetty.servlet.SessionDomain` | Domain to set on the session cookie. The default is `null`. |
 | `org.eclipse.jetty.servlet.SessionPath` | The path to set on the session cookie. The default is the configured session context path ("/"). |
 | `org.eclipse.jetty.servlet.MaxAge` | The maximum age value to set on the cookie. The default is "-1". |
+| `org.apache.felix.proxy.load.balancer.connection.enable` | Set this to `true` when running Felix HTTP behind a (offloading) proxy or load balancer which rewrites the requests. The default is `false`. |
 
 ### All-in-one-bundle configuration properties