From: Bitbucket <com...@bi...> - 2019-04-08 19:00:52
|
4 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/ebce26d884fa/ Changeset: ebce26d884fa User: gustafn Date: 2019-04-07 14:41:51+00:00 Summary: remove clang-tidy smell: use CLOEXEC mode on fopen() when available Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/c7f6d18fafc0/ Changeset: c7f6d18fafc0 User: gustafn Date: 2019-04-08 13:34:03+00:00 Summary: Change driver installation to global in sample configuration firle This change makes it easier for site admins to add further servers (e.g. for virtual hosting). Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/4494be83e698/ Changeset: 4494be83e698 User: gustafn Date: 2019-04-08 18:45:16+00:00 Summary: don't force listening on the same port as the main server. For default configuration, it is sufficient to listen just on the loopback port, which is actually the default Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/35135591e99c/ Changeset: 35135591e99c User: gustafn Date: 2019-04-08 18:52:47+00:00 Summary: New feature: Allow a single driver to listen on multiple ip adresses This feature greatly simplifies setups, where a single server is listening on multiple IP addresses (e.g. IPv4 and IPv6). Previously, it was necessary to define separate drivers for these, which need different names but which are typically configured identically. Furthermore, when the address is omitted, the server performs a loopup from the nostname to determine the IP address. Previously, it used the first one, now it can work with all returned addresses. To use this feature, simply specify the configure values of "address" as a Tcl list containing multiple IP addresses, The change backward compatible, old configure files will continue to work. Affected #: 2 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |