Hi,
I've been tracing that discussions and suggestions concerning cherry behind
apache and ssl and did not get to work, https always turns back to http.
Have I to use cherrypy 3.x?
I'd really appreciate any hint.
Klaus

    * TurboGears 1.0.4.3
    * cElementTree 1.0.5-20051216
    * elementtree 1.2.6-20050316
    * TurboKid 1.0.4
    * TurboJson 1.1.2
    * TurboCheetah 1.0
    * simplejson 1.8.1
    * setuptools 0.6c7
    * RuleDispatch 0.5a0.dev-r2306
    * PasteScript 1.3.6
    * FormEncode 1.0.1
    * DecoratorTools 1.7
    * configobj 4.4.0
    * CherryPy 2.3.0
    * kid 0.9.6
    * RuleDispatch 0.5a0.dev-r2306
    * Cheetah 2.0.1
    * PyProtocols 1.0a0
    * PasteDeploy 1.3.1
    * Paste 1.6
apache2 debian

<VirtualHost *:443>
        ServerName termin
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /home/carlos/tg/terra
        ErrorLog /var/log/apache2/ssl-error.log
        CustomLog /var/log/apache2/ssl-access.log combined
        RewriteLog      "/var/log/apache2/rewrite.log"

        ProxyPreserveHost on
        ProxyRequests Off
        ProxyPass /error/ !
        ProxyPass /icons/ !
        ProxyPass /favicon.ico !
        ProxyPass / http://localhost:8081/
        ProxyPassReverse / http://localhost:8081/
        UseCanonicalName Off
        ServerSignature Off
        SSLEngine on
        SSLCertificateFile /etc/apache2/ssl/apache.pem
        <IfModule mod_headers.c>
                RequestHeader set X_FORWARDED_PROTO 'https'
        </IfModule>
</VirtualHost>



-- 
View this message in context: 
http://www.nabble.com/ssl-and-cherrypy2.3-behind-apache---tp16851036p16851036.html
Sent from the Turbogears General mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to