Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
http-testing
>
tortixd
> httpd-2.2.3-proxysslhost.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File httpd-2.2.3-proxysslhost.patch of Package tortixd
https://bugzilla.redhat.com/show_bug.cgi?id=479410 --- httpd-2.2.3/modules/proxy/proxy_util.c.proxysslhost +++ httpd-2.2.3/modules/proxy/proxy_util.c @@ -2432,6 +2432,7 @@ PROXY_DECLARE(int) ap_proxy_connection_c /* For ssl connection to backend */ if (conn->is_ssl) { + conn->connection->remote_host = conn->hostname; if (!ap_proxy_ssl_enable(conn->connection)) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, "proxy: %s: failed to enable ssl support "