Try setting "LogLevel debug". The output should appear in whatever file you 
have defined for ErrorLog.

-ascs

-----Original Message-----
From: Suzy Fynes [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 05, 2005 4:16 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] 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.

<VirtualHost *:443>

   LogLevel warn
   RewriteEngine       Off
   RewriteLog          /home/logs/rewrite_log 
   RewriteLogLevel     0

    SSLProxyEngine ON
   
    ServerName beta.testing.ie
  
    ProxyRequests Off
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>

    AllowCONNECT 443
    ProxyPass /services/doc-literal
https://myserver/doc-literal
    ProxyPassReverse /services/doc-literal https://myserver/doc-literal
  
</VirtualHost>

-----Original Message-----
From: Axel-Stéphane SMORGRAV
[mailto:[EMAIL PROTECTED]
Sent: 02 December 2005 15:43
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] 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

<VirtualHost labelle16:443>
   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

</VirtualHost> 

-----Original Message-----
From: Alexander Lazic [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 29, 2005 11:35 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] 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=19188

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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to