Hello Lee.

Could you post your apache(2?) proxy setup and any helpful notes.

Mine (below) is not working well yet, even in http. Here it is and comments
welcome from all as it's a mess.

My problem's symptoms are that each page makes me re-login again. FYI, I have
disable world view and think the problem is the "ProxyPassReverseCookiePath"
below that does not work as I can't get that apache patch to install yet.

AFYI: The site below is not currently up.

Thank You
Stephen

----------
<VirtualHost *:80>
       ServerName lenya.hurrells.ca
       ServerAdmin [EMAIL PROTECTED]
       ServerAlias lenya.hurrells.ca lenya
       DocumentRoot /var/www
       ProxyRequests Off
       RewriteEngine On

       RewriteLog /var/log/apache2/lenya.rewrite.log
       RewriteLogLevel 0

#       ProxyPassReverseCookiePath /lenya /

       <Location />
               Options FollowSymLinks
               AllowOverride None
               Order allow,deny
               Allow from all
       </Location>

       RewriteRule ^/lenya/default/(.*)/images/(.*)$
http://h2.hurrells.ca:8080/lenya/default/$1/images/$2 [L]
       RewriteRule ^/(.*\.css$) http://h2.hurrells.ca:8080/$1  [L]

       RewriteRule ^/default/live/(.*)$ $1 [R]
       RewriteRule ^/$ index.html [R]
       RewriteRule ^/lenya/default/live/(.*)$ $1 [R,L]
       RewriteRule ^/lenya/default/(.*)$
http://lenya.hurrells.ca/lenya/default/$1 [R,L]
       RewriteRule ^/(.*) http://h2.hurrells.ca:8080/lenya/default/live/$1 [P]
       ProxyPassReverse / http://h2.hurrells.ca:8080/
</VirtualHost>
-------------

Quoting Lee Carroll <[EMAIL PROTECTED]>:

Hello All,

I've followed the how to proxy (parts a an b) and have successfully got evreything up and running over https.

However (their is always a however) IE always pops up its mixed security warning ("This page contains both secure and nonsecure items") when I access the site tab. All url's on the site tab have the same problem (eg of a url is https://server/pubplication/info-authoring/index.html?lenya.usecase=info-overview&lenya.step=showscreen)

My initial thought was they must be a rougue image beig pulled in by http. But I can't find any. The page source and page look is identical when you display all items or refuse unsecure ones ? Functionality does not degrade when you refuse unsecure items. Mozzilla (firefox) behaves fine.

I've had a look at the javscript and got worried by the site nav "+" and "-"images but they seem to be relative src's.

Their is a very fancy XMLHTTPRequest object being used could this be it ?

Has anyone experienced this problem in the past ?

Thanks in advance

Lee C ---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to