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=42050>. 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=42050 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-07 09:38 ------- Here's what I have, which is working with the exception of the live tab. However, I don't have any other use for SSL on this host other than Lenya editing. I tried to use a subdirectory under SSL so I could use it for other things and that didn't work at all. In the publication.xml files: <proxy area="live" ssl="false" url="http://publication.us"/> <proxy area="authoring" ssl="false" url="https://myhost.edu/williston/authoring"/> The Apache config file for publication.us: ProxyRequests Off RewriteEngine On RewriteRule ^/edit https://myhost.edu/williston/ [R] RewriteRule ^/$ index.html [R] RewriteRule ^/williston/live/(.*)$ $1 [R,L] RewriteRule ^/(.*) http://myhost.edu:8890/williston/live/$1 [P] ProxyPassReverse / http://myhost.edu:8890/ In the Apache config file for SSL: ProxyRequests Off RewriteEngine On RewriteLog logs/test.rewrite.log RewriteLogLevel 0 RewriteRule ^/([^/\.]+)$ $1/ [R] RewriteRule ^/([^/\.]+)/$ https://myhost.edu/$1/authoring/index.htm l [R,L] RewriteRule ^/(.*) http://myhost.edu:8890/$1 [P,L] ProxyPassReverse / http://myhost.edu:8890/ -- 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]
