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:36 ------- (In reply to comment #4) > 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 :-( You're right, this wouldn't help. Is there any way to achieve this behaviour with plain mod_proxy? > Shall we leve the bug open until we have the documentation ready? Sure. Would you mind taking a look at the docs and update them if necessary? http://lenya.zones.apache.org/docu/docs/2_0_x/tutorials/proxy/proxy.html Maybe can do this together in Freiburg. -- 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]
