DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43613>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43613 ------- Additional Comments From [EMAIL PROTECTED] 2007-10-26 07:17 ------- if you want to use mod_proxy instead than you have to proxy via https like: ProxyRequests Off RewriteEngine On SSLProxyEngine On ..... ..... RewriteRule ^/(.*) https://localhost:8443/lenya/unitemplate/live/$1 [P] ProxyPassReverse / https://localhost:8443/ BTW a session attribute is not enought. That works only the first time a user tries to access a ssl-page. If he tries to access another ssl-page via http the session attribute is set and he could access the site via http :-( Shall we leve the bug open until we have the documentation ready? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
