Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 37961 invoked from network); 12 Nov 2009 14:35:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Nov 2009 14:35:48 -0000 Received: (qmail 78482 invoked by uid 500); 12 Nov 2009 14:35:43 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 78317 invoked by uid 500); 12 Nov 2009 14:35:42 -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 77378 invoked by uid 99); 12 Nov 2009 14:35:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Nov 2009 14:35:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of phanidhar.work@gmail.com designates 209.85.211.174 as permitted sender) Received: from [209.85.211.174] (HELO mail-yw0-f174.google.com) (209.85.211.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Nov 2009 14:28:48 +0000 Received: by ywh4 with SMTP id 4so2075535ywh.10 for ; Thu, 12 Nov 2009 06:28:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=YSggIOrb5rCqqjHAsofsRUNTJGlj81ymVj9LWVdD5yM=; b=x0I6mlG/+XOJvBDCfNwfHW5qerINCRf+Ere1MWWW63otBbmi4643G34XrXW3hTk2rq BtvbNGxm9+Xi+WrrsFoGrcNG0hdNIFYQf5gBzlBJmbbNhaCLhS9y2M69nQiPOEOED3UU DJmwq9zAi2jEo25g3A/QbvD4URXltBcCRNvqE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kgAOfTUA8fxpcin+e0bVWYR8i+0cbXnexxRwh1g0yvydr3wEiGF/jquEEFzwMIbEfI ENUSxIdQQZY1TDj86mIFmC9k4Y0/+DXtWYXVxRRsoYfT9ns1OepDbTIFaeanmkwXfyNp IGJOGwfKRmChmWH76IzJXLPi2EseQ/oqFlrqA= MIME-Version: 1.0 Received: by 10.90.159.16 with SMTP id h16mr4662176age.24.1258036105334; Thu, 12 Nov 2009 06:28:25 -0800 (PST) Date: Thu, 12 Nov 2009 09:28:25 -0500 Message-ID: From: Panidhar Kunchala To: users@httpd.apache.org Content-Type: multipart/alternative; boundary=001636284b5c2c529004782d5b41 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Apache Server as Forward Proxy - how to make https and others work? --001636284b5c2c529004782d5b41 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm using Apache HTTP server as forward proxy by adding the following lines in httpd.conf: ProxyRequests On Order deny,allow Allow from all This works perfectly fine for http traffi. But when I use HTTPS or others, this doesn't seem to work. Let me know what needs to be done for this. Thanks in advance --001636284b5c2c529004782d5b41 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
=A0I'm using Apache HTTP server as forward proxy by adding the f= ollowing lines in httpd.conf:

<IfModule mod_proxy.c>
ProxyR= equests On

<Proxy *>
=A0=A0=A0 Order deny,allow
=A0=A0= =A0 Allow from all
</Proxy>

</IfModule>

This works perfectly fine fo= r http traffi. But when I use HTTPS or others, this doesn't seem to wor= k. Let me know what needs to be done for this.

Thanks in advance
--001636284b5c2c529004782d5b41--