From bugs-return-51025-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Wed Feb 14 14:59:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 80B21180621 for ; Wed, 14 Feb 2018 14:59:08 +0100 (CET) Received: (qmail 52068 invoked by uid 500); 14 Feb 2018 13:59:07 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 52059 invoked by uid 99); 14 Feb 2018 13:59:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2018 13:59:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A8F2AC0452 for ; Wed, 14 Feb 2018 13:59:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -10.311 X-Spam-Level: X-Spam-Status: No, score=-10.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id CPgMynwoxgDR for ; Wed, 14 Feb 2018 13:59:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 514FD5F473 for ; Wed, 14 Feb 2018 13:59:04 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id D9B21E0257 for ; Wed, 14 Feb 2018 13:59:03 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 82C60615FF; Wed, 14 Feb 2018 13:59:00 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: =?UTF-8?B?W0J1ZyA1MzIxOF0gUHJveHlQYXNzIHdvcmtlciBuYW1l44CAKGh0dHA6Ly9s?= =?UTF-8?B?b2NhbGhvc3Q6MzEyOC8uLi4pIHRvbyBsb25n?= Date: Wed, 14 Feb 2018 13:58:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_proxy X-Bugzilla-Version: 2.4.7 X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: chris@christopherschultz.net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D53218 --- Comment #28 from Christopher Schultz --- (In reply to Ruediger Pluem from comment #27) > (In reply to Christopher Schultz from comment #26) > > Could this become a problem is if the hostname of the origin server is > > something insanely long? For example, if I want two workers like > > http://super-long-hostname:80/ and http://super-long-hostname:81/ and t= hose > > "super-long-hostname" names exceed the worker-name limit, they will be > > considered the same worker, yes? That means that requests that should g= o to > > e.g. port 81 might end up instead going to port 80. >=20 > Yes, this would be a problem. There is a similar PR (PR62085) on this. > But due to ABI constraints this is not easy to fix in a stable version. How about adding a new ProxyPass parameter called "workername" where you can explicitly set the worker name to something both short AND unique? Or is th= at best requested as a new enhancement? --=20 You are receiving this mail because: You are the assignee for the bug.= --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org