Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 76298 invoked by uid 500); 21 Oct 2002 07:14:48 -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 76265 invoked from network); 21 Oct 2002 07:14:34 -0000 Date: 21 Oct 2002 07:15:33 -0000 Message-ID: <20021021071533.22105.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 13803] New: - (I need) mod_proxy to be able to add headers X-Spam-Rating: daedalus.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=13803 (I need) mod_proxy to be able to add headers Summary: (I need) mod_proxy to be able to add headers Product: Apache httpd-1.3 Version: 1.3.25 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: mod_proxy AssignedTo: bugs@httpd.apache.org ReportedBy: jhaar@trimble.co.nz First a picture: Internet == https ===> mod_proxy ===> http ===> OWA Some products such as Microsoft Outlook Web Access (OWA) look for a header: Front-end-https: on ...to tell it that the reverse-proxy (mod_proxy in my case) is being communicated to via https, so that it can change in runtime so that any explicit HREFs it generates are also https instead of http. Of course you could argue that OWA should just produce clean relative links - but we're talking Microsoft here ;-) Anyway, some of the other proxy servers on the market (M$ ISA and F5 BigIP) have an option to add HTTP headers to proxy requests, so why not Apache? Could such a feature be added to mod_proxy? This would affect both the 1.3 and 2.0 code... e.g. ProxyAddHeader "X-Jason: hello there" ProxyAddHeader "Front-end-https: on" Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org