Commit f1fb2e3e authored by Daniel Ruggeri's avatar Daniel Ruggeri
Browse files

Post 2.4.30 tag updates

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824751 13f79535-47bb-0310-9956-ffa450edef68
parent 8722a46f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.4.30

Changes with Apache 2.4.30

  *) mod_proxy: Provide an RFC1035 compliant version of the hostname in the
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Release history:
    [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
          while x.{even}.z versions are Stable/GA releases.]

    2.4.30  : In development. Jim proposes a T&R Feb. 19, 2018.
-8s    2.4.30  : In development. Jim proposes a T&R Feb. 19, 2018.
    2.4.29  : Tagged on October 17, 2017. Released on October 23, 2017.
    2.4.28  : Tagged on September 25, 2017. Released on October 5, 2017.
    2.4.27  : Tagged on July 6, 2017. Released on July 11, 2017.
+20 −0
Original line number Diff line number Diff line
@@ -370,6 +370,24 @@ maxrequestworkers mod/mpm_common.html#maxrequestworkers
maxspareservers	mod/prefork.html#maxspareservers
maxsparethreads	mod/mpm_common.html#maxsparethreads
maxthreads	mod/mpm_netware.html#maxthreads
mdbaseserver	mod/mod_md.html#mdbaseserver
mdcachallenges	mod/mod_md.html#mdcachallenges
mdcertificateagreement	mod/mod_md.html#mdcertificateagreement
mdcertificateauthority	mod/mod_md.html#mdcertificateauthority
mdcertificateprotocol	mod/mod_md.html#mdcertificateprotocol
mddrivemode	mod/mod_md.html#mddrivemode
mdhttpproxy	mod/mod_md.html#mdhttpproxy
mdmember	mod/mod_md.html#mdmember
mdmembers	mod/mod_md.html#mdmembers
mdmuststaple	mod/mod_md.html#mdmuststaple
mdnotifycmd	mod/mod_md.html#mdnotifycmd
mdomain	mod/mod_md.html#mdomain
mdomainset	mod/mod_md.html#mdomainset
mdportmap	mod/mod_md.html#mdportmap
mdprivatekeys	mod/mod_md.html#mdprivatekeys
mdrenewwindow	mod/mod_md.html#mdrenewwindow
mdrequirehttps	mod/mod_md.html#mdrequirehttps
mdstoredir	mod/mod_md.html#mdstoredir
memcacheconnttl	mod/mod_socache_memcache.html#memcacheconnttl
mergetrailers	mod/core.html#mergetrailers
metadir	mod/mod_cern_meta.html#metadir
@@ -461,6 +479,8 @@ remoteipheader mod/mod_remoteip.html#remoteipheader
remoteipinternalproxy	mod/mod_remoteip.html#remoteipinternalproxy
remoteipinternalproxylist	mod/mod_remoteip.html#remoteipinternalproxylist
remoteipproxiesheader	mod/mod_remoteip.html#remoteipproxiesheader
remoteipproxyprotocol	mod/mod_remoteip.html#remoteipproxyprotocol
remoteipproxyprotocolexceptions	mod/mod_remoteip.html#remoteipproxyprotocolexceptions
remoteiptrustedproxy	mod/mod_remoteip.html#remoteiptrustedproxy
remoteiptrustedproxylist	mod/mod_remoteip.html#remoteiptrustedproxylist
removecharset	mod/mod_mime.html#removecharset
+2 −0
Original line number Diff line number Diff line
@@ -521,6 +521,8 @@
<li><a href="mod_remoteip.html#remoteipinternalproxy">RemoteIPInternalProxy</a></li>
<li><a href="mod_remoteip.html#remoteipinternalproxylist">RemoteIPInternalProxyList</a></li>
<li><a href="mod_remoteip.html#remoteipproxiesheader">RemoteIPProxiesHeader</a></li>
<li><a href="mod_remoteip.html#remoteipproxyprotocol">RemoteIPProxyProtocol</a></li>
<li><a href="mod_remoteip.html#remoteipproxyprotocolexceptions">RemoteIPProxyProtocolExceptions</a></li>
<li><a href="mod_remoteip.html#remoteiptrustedproxy">RemoteIPTrustedProxy</a></li>
<li><a href="mod_remoteip.html#remoteiptrustedproxylist">RemoteIPTrustedProxyList</a></li>
<li><a href="mod_mime.html#removecharset">RemoveCharset</a></li>
+2 −0
Original line number Diff line number Diff line
@@ -522,6 +522,8 @@
<li><a href="mod_remoteip.html#remoteipinternalproxy">RemoteIPInternalProxy</a></li>
<li><a href="mod_remoteip.html#remoteipinternalproxylist">RemoteIPInternalProxyList</a></li>
<li><a href="mod_remoteip.html#remoteipproxiesheader">RemoteIPProxiesHeader</a></li>
<li><a href="mod_remoteip.html#remoteipproxyprotocol">RemoteIPProxyProtocol</a></li>
<li><a href="mod_remoteip.html#remoteipproxyprotocolexceptions">RemoteIPProxyProtocolExceptions</a></li>
<li><a href="mod_remoteip.html#remoteiptrustedproxy">RemoteIPTrustedProxy</a></li>
<li><a href="mod_remoteip.html#remoteiptrustedproxylist">RemoteIPTrustedProxyList</a></li>
<li><a href="mod_mime.html#removecharset">RemoveCharset</a></li>
Loading