Activity
From 2017-04-01 to 2017-04-07
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
2017-04-02
- 00:02 Feature #2703 (Patch Pending): Forward authenticated user to proxied requests
- Large patch set pushed to lighttpd.net git personal/gstrauss/master branch. See [[DevelGit]] to obtain the code. Fe...
2017-04-01
- 23:20 Revision 30709723: [mod_extforward] upd scheme after ipstr validated
- 23:20 Revision e7ee5dbf: [mod_extforward] consolidate ipstr_to_sockaddr()
- 23:20 Revision c3c78599: [mod_extforward] simplify header search
- 23:20 Revision 1104afc4: [core] export http_request_host_policy() for reuse
- 02:56 Bug #2803: client download file from lighttpd server, why /var/tmp will generates temporary file?
- Thank you for the feedback. I will add some more references in the doc.
In the future, please avoid cross-posting... - 01:06 Bug #2803: client download file from lighttpd server, why /var/tmp will generates temporary file?
- Sorry, I read the doc but I did not notice this setting.
For avoids take credit on StackOverflow, I delete the post....
Also available in: Atom