summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2015-07-11 11:20:18 +0000
committerStefan Bühler <stbuehler@web.de>2015-07-11 11:20:18 +0000
commit4a87f75fcf72746c8881fa49328aacdef89b9bd6 (patch)
tree53e11193ad68e87c203685452c6fd879a3a656b8 /NEWS
parent8db141a1b30e5808679e1f341c6ca914be91bed8 (diff)
downloadlighttpd-git-lighttpd-1.4.36--rc1.tar.gz
[mod_proxy] add unix domain socket support (fixes #2653)lighttpd-1.4.36--rc1
If the server is set to a path like value (starting with "/") mod_proxy will try to establish a connection via unix domain socket. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3002 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a327802a..49e3fbfa 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,7 @@ NEWS
* [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry (found by coverity)
* fix segfault when temp file for upload couldn't be created (found by coverity)
* mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcf
+ * [mod_proxy] add unix domain socket support (fixes #2653)
- 1.4.35 - 2014-03-12
* [network/ssl] fix build error if TLSEXT is disabled