#11576: httpd-2.4.38
-------------------------+-----------------------
 Reporter:  renodr       |       Owner:  bdubbs
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  8.4
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by bdubbs):

 Changes with Apache 2.4.38

   * mod_ssl: Clear retry flag before aborting client-initiated
 renegotiation.

   * mod_negotiation: Treat LanguagePriority as case-insensitive to match
     AddLanguage behavior and HTTP specification.

   * mod_md: incorrect behaviour when synchronizing ongoing ACME challenges
     have been fixed.

   * mod_setenvif: We can have expressions that become true if a regex
 pattern
     in the expression does NOT match. In this case val is NULL
     and we should just set the value for the environment variable
     like in the pattern case.

   * mod_session: Always decode session attributes early.

   * core: Incorrect values for environment variables are substituted when
     multiple environment variables are specified in a directive.

   * mod_rewrite: Only create the global mutex used by "RewriteMap prg:"
 when
     this type of map is present in the configuration.

   * mod_dav: Fix invalid Location header when a resource is created by
     passing an absolute URI on the request line

   * mod_session_cookie: avoid duplicate Set-Cookie header in the response.

   * mod_ssl: clear *SSL errors before loading certificates and checking
     afterwards. Otherwise errors are reported when other SSL using modules
     are in play.

   * mod_ssl: Fix the error code returned in an error path of
     'ssl_io_filter_handshake()'. This messes-up error handling performed
     in 'ssl_io_filter_error()'

   * mod_ssl: Fix $HTTPS definition for "SSLEngine optional" case, and fix
     authz provider so "Require ssl" works correctly in HTTP/2.

   * mod_proxy: If ProxyPassReverse is used for reverse mapping of relative
     redirects, subsequent ProxyPassReverse statements, whether they are
     relative or absolute, may fail.

   * mod_lua: Now marked as a stable module [https://s.apache.org/Xnh1]

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/11576#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to