/[Apache-SVN]
ViewVC logotype

Revision 1836276


Jump to revision: Previous Next
Author: ylavic
Date: Thu Jul 19 15:25:40 2018 UTC (5 years, 9 months ago)
Changed paths: 1
Log Message:
mod_proxy_hcheck: take balancer's SSLProxy* directives into account.

mod_proxy_hcheck was missing the merge of SSLProxy* directives defined by
balancer with the ones of the VirtualHost.

Since ap_proxy_connection_create_ex() needs a merged r->per_dir_config to apply
the correct SSL configuration, let's split create_request_rec() in two:
- create_request_rec() to only initialize the non-connection fields and merge
  balancer->section_config into r->per_dir_config,
- set_request_connection() to associate the connection with the request once
  it's been created from the merged configuration of the minimal request.

The issue was reported on the users@ mailing list:
https://lists.apache.org/thread.html/895cf250104b081b789101b1086b71a26d9c337db7123c5a552b7c69@%3Cusers.httpd.apache.org%3E


Changed paths

Path Details
Directoryhttpd/httpd/trunk/modules/proxy/mod_proxy_hcheck.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26