Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 16219 invoked from network); 23 Aug 2009 16:04:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Aug 2009 16:04:28 -0000 Received: (qmail 80950 invoked by uid 500); 23 Aug 2009 16:04:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 80906 invoked by uid 500); 23 Aug 2009 16:04:46 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 80897 invoked by uid 99); 23 Aug 2009 16:04:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Aug 2009 16:04:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [68.142.207.197] (HELO web32404.mail.mud.yahoo.com) (68.142.207.197) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 23 Aug 2009 16:04:35 +0000 Received: (qmail 30131 invoked by uid 60001); 23 Aug 2009 16:04:13 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1251043453; bh=/DMiVjwzGMH7Mhqm10Y2qmxgzy2dl3GamExmxD1GOZc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=MxYWu2eztA119/QudjIKClqZGgSDuGpNolFTkOQzqtd0aSSiNE8oO/KpHSh22q5RRTm412tSGlvLO0d72SnscSqZsGe2bQzSg0/IcjKZ60hmasd1DpcfI/WnA1UW8VQSf40pW+so6Dxwg28BUfDac+rRf0+iMN8zOijcK4VVhXA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=YsJ8tOfqyU66Wb4jmlsFH/7Za3f7/j0u4Nthid8VyFvSrIPtBZ/NqXiFEDs9tKLa6Seb5ffCDoQ93/7KpqvF9kDa3oG2C4DgVv1FIDfp+rRGDdIUf2sD4btNPC59iuGPIpTLzFElr4ebVdyCLDK92kIRHGUY1b/jocFWuHS5j28=; Message-ID: <737667.28333.qm@web32404.mail.mud.yahoo.com> X-YMail-OSG: nf1aN1AVM1nBxT9uXDHDVI9fhEsUB17rBIoYvt5GcSN5XkjFSsSP8NITwsOEO9dzPQTYCi1Irs2PeIOA1sGjTzb.ct5Ip._P37en_k0pU8MU7XlUm8ihagi4t1faKckRJQHPP.Olg4ZN886CgaYMa2esoxCPejXkKQANZJAK7wjPlp_sqr6GkygAnJbN6jT4t654u.9ixMe9fiDrAyeoE6E.Z.zCdXz0H1jhz99.Y36Q9TdbERR9xE9mTFV.ELbnpVVs7Pt3GZzyr_HZL3XyIgYuplZ2XI.IiK5KdfbeenUGSEt1HJKTfMMS7zulz2T7D8FV Received: from [71.114.69.124] by web32404.mail.mud.yahoo.com via HTTP; Sun, 23 Aug 2009 09:04:13 PDT X-Mailer: YahooMailClassic/6.1.2 YahooMailWebService/0.7.338.2 Date: Sun, 23 Aug 2009 09:04:13 -0700 (PDT) From: pe uni To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] (internal app) --http-->apache---https--->(external app) Hi, I have a scenario to configure apache to handle (internal app)--http-->apache---https--->(external app) My internal app cannot handle SSL and can only handle HTTP connections. How do i set up apache to handle such a scenario? I tried creating a virtual host listening on port 10001 and then used the rewrite rule to change the url to https. This works on a browser but fails on my applicatin as it cannot handle the HTTPS traffic. I tried redirect, that fails too. Please help!!! Thanks, Pe --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org