Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 42755 invoked from network); 5 Nov 2003 19:49:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Nov 2003 19:49:19 -0000 Received: (qmail 28349 invoked by uid 500); 5 Nov 2003 19:49:09 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 28136 invoked by uid 500); 5 Nov 2003 19:49:08 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 28121 invoked from network); 5 Nov 2003 19:49:08 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 5 Nov 2003 19:49:08 -0000 Received: (qmail 11112 invoked by uid 50); 5 Nov 2003 19:49:12 -0000 Date: 5 Nov 2003 19:49:12 -0000 Message-ID: <20031105194912.11111.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 24442] New: - UseCanonical enhancement X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24442 UseCanonical enhancement Summary: UseCanonical enhancement Product: Apache httpd-1.3 Version: 1.3.28 Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: core AssignedTo: bugs@httpd.apache.org ReportedBy: pedietz@west.com I see this bug report: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8625 I too am having issues with UseCanonical for serveraliased sites. In order for my redirects to use the Host header, I have to set UseCanonical to Off. But setting UseCanonical to off forces the use of the internal port number... We use a load balancer, and must run apache on different ports for some SSLed sites. UseCanonical off: Location: http://a.a.com:4014/hello/ ; right server alias, wrong port UseCanonical on: Location: http://www.a.com/hello/ ; right port, incorrect serverAlias I want a new flag added to UseCanonical: UseCanonical ServerPortOnly Or a less indirect way, pass the servername or port to use to UseCanonical: UseCanonical :80 This enhancement will use the Host header and the Port Directive value. UseCanonical :80 Location: http://a.a.com/hello/ ; right port, right serverAlias --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org