Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 81524 invoked from network); 6 Dec 2005 08:43:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 08:43:05 -0000 Received: (qmail 49824 invoked by uid 500); 6 Dec 2005 08:42:53 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 49812 invoked by uid 500); 6 Dec 2005 08:42:52 -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 49801 invoked by uid 99); 6 Dec 2005 08:42:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 00:42:52 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.56.241.17] (HELO orsa.atos-infogerance.fr) (193.56.241.17) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 00:42:51 -0800 Received: from minotaure.atos-infogerance.fr ([193.56.47.17]) by orsa.atos-infogerance.fr (8.12.8/8.12.8) with ESMTP id jB68gUUb002870 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 6 Dec 2005 09:42:30 +0100 Received: from exchange2k301.gaia.fr (localhost.localdomain [127.0.0.1]) by minotaure.atos-infogerance.fr (8.12.8/8.12.8) with ESMTP id jB68gRaJ018450 for ; Tue, 6 Dec 2005 09:42:28 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 6 Dec 2005 09:42:28 +0100 Message-ID: <8C29B2F93BAE9047A906EF6D6F9C5D43FDFC95@exchange2k301.gaia.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] reverse proxy with Apache 2.0 Thread-Index: AcX5rujq6BV0ZCMETHGt0uW+Vp82gQAkf1yQ From: =?iso-8859-1?Q?Axel-St=E9phane__SMORGRAV?= To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] reverse proxy with Apache 2.0 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Try setting "LogLevel debug". The output should appear in whatever file = you have defined for ErrorLog. -ascs -----Original Message----- From: Suzy Fynes [mailto:suzanne.fynes@sentenial.ie]=20 Sent: Monday, December 05, 2005 4:16 PM To: users@httpd.apache.org Subject: RE: [users@httpd] reverse proxy with Apache 2.0 I've tried that and it still doesn't work, the only that I'm not using = that could be a problem is that I'm not specifying certs. LogLevel warn RewriteEngine Off RewriteLog /home/logs/rewrite_log=20 RewriteLogLevel 0 SSLProxyEngine ON =20 ServerName beta.testing.ie =20 ProxyRequests Off Order deny,allow Allow from all AllowCONNECT 443 ProxyPass /services/doc-literal https://myserver/doc-literal ProxyPassReverse /services/doc-literal https://myserver/doc-literal =20 -----Original Message----- From: Axel-St=E9phane SMORGRAV [mailto:Axel-Stephane.SMORGRAV@europe.adp.com] Sent: 02 December 2005 15:43 To: users@httpd.apache.org Subject: RE: [users@httpd] reverse proxy with Apache 2.0 It most certainly does work, otherwise I would have been very unhappy. The bug you refer to concerns doing ProxyPass through a proxy (CONNECT). I did not see any ProxyRemote in Suzy's configuration. Here is an example of a virtual host that does use SSLProxyEngine. I = currently use Apache 2.0.54. Have you tried to activate debug logging ? -ascs LogLevel warn ProxyRequests Off RewriteEngine Off RewriteLog /u01/apachetest/logs/rewrite_log RewriteLogLevel 0 ServerName www.sugar.fr SSLEngine On SSLCertificateFile /u01/apachex509/x509/ssl.crt/www.sugar.fr.crt SSLCertificateKeyFile /u01/apachex509/x509/ssl.key/www.sugar.fr.key SSLProxyEngine On ProxyPass / https://nicolet5.salt.fr/ ProxyPassReverse / https://nicolet5.salt.fr/ ProxyPassReverse / http://nicolet5.salt.fr/ ProxyPassReverse / https://labelle.salt.fr/ ProxyPassReverseCookieDomain .salt.fr .sugar.fr =20 -----Original Message----- From: Alexander Lazic [mailto:al-httpdusers@none.at] Sent: Tuesday, November 29, 2005 11:35 PM To: users@httpd.apache.org Subject: Re: [users@httpd] reverse proxy with Apache 2.0 Hi, On Die 29.11.2005 16:04, Suzy Fynes wrote: > >Tried that and still getting the same error or problem it can be that you fall into theses bug, if i understand you right: --- http://issues.apache.org/bugzilla/show_bug.cgi?id=3D19188 ProxyPass'ing to HTTPS server via proxy does not work --- I have asked on the dev-list to fix this bug but i don't have get an = answer today. Greetings Alex. --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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