Activity
From 2017-04-04 to 2017-04-10
2017-04-10
- 14:33 Feature #2805: mod_auth caching
- FYI: http://openldap-technical.openldap.narkive.com/yjqvvd9a/ldapbind-timeout-can-t-work
According to the above, L... - 14:29 Feature #2805: mod_auth caching
- Worth considering. Patches welcome and will be reviewed.
- 14:01 Feature #2805: mod_auth caching
- How about making LDAP_OPT_TIMEOUT (and potentially LDAP_OPT_NETWORK_TIMEOUT) options via ldap_set_option() be configu...
- 13:56 Feature #2805: mod_auth caching
- A caching layer is planned, but not yet implemented. If you looked at the code, you might have noted that the mod_au...
- 12:52 Feature #2805 (Fixed): mod_auth caching
- I have been experimenting with lighttpd mod_authn_ldap how it handles caching and failure scenarios.
It seems that...
2017-04-09
- 16:57 Revision bd0b2592: [mod_extforward] fix typos in Forwarded handling
- also: add commented-out code for potentially creating X-Forwarded-For
from Forwarded, if X-Forwarded-For is not present.
2017-04-07
- 06:55 Feature #2804 (Fixed): support (HAProxy) PROXY protocol for receiving requests
- Applied in changeset commit:78cc72726dd02806d836fa4a3fec23d3fab3ae3c.
- 06:55 Feature #2703 (Fixed): Forward authenticated user to proxied requests
- Applied in changeset commit:b2e2d42c8385c7485167baf7014492d8e4d724d0.
- 06:55 Feature #2802 (Fixed): Could the error-log be improved a tiny bit in regards to "Permission denied" errors propagated from the filesystem (on Linux at the least)?
- Applied in changeset commit:162e754d0d90d48a6c6a6918602922fa115f1bb3.
- 06:55 Feature #418 (Fixed): mod_proxy should send the X-Forwarded-Host header to the proxied server
- Applied in changeset commit:4115266792985c9e4f1a7f38db9454c123a76a7f.
- 06:31 Revision 78cc7272: [mod_extforward] support HAProxy "PROXY" protocol (fixes #2804)
- experimental support to receive requests via HAProxy "PROXY" protocol
x-ref:
"The PROXY protocol - Versions 1 & 2"...
2017-04-06
- 04:22 Revision e33ec759: [core] save connection-level proto in con->proto
- The per-request scheme starts with con->proto (e.g. "http")
and can later be changed per-request by mod_extforward or... - 04:22 Revision a4488864: [core] inet_pton(), inet_ntop() on (sock_addr *)
- shared code to provide inet_pton() and inet_ntop() behavior on
lighttpd (sock_addr *) and (buffer *) data structures. - 04:22 Revision b2e2d42c: [mod_proxy] support Forwarded HTTP Extension (fixes #2703)
- To enable "Forwarded", must enable which params to include.
The recommended set is "for" and "proto" unless other par... - 04:22 Revision 371e1bf7: [mod_extforward] support Forwarded HTTP Extension (#2703)
- enable with, e.g.:
extforward.headers = ( "Forwarded" )
or
extforward.headers = ( "Forwarded", "X-Forwarded-For" )
or... - 04:20 Revision 36adf0d9: [mod_extforward] rearrange code; prep Forwarded
2017-04-04
- 05:25 Feature #2804 (Fixed): support (HAProxy) PROXY protocol for receiving requests
- support (HAProxy) PROXY protocol for receiving requests
http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
Also available in: Atom