<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 'logout' from share webapp behind reverse proxy in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/logout-from-share-webapp-behind-reverse-proxy/m-p/271377#M224507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the reverse proxy from http to ajp seems to fix this logout issue, i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /share/ &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/share/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/share/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /share/ &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/share/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/share/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /alfresco/ &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/alfresco/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/alfresco/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /alfresco/ &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/alfresco/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/alfresco/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /share/ ajp://127.0.0.1:8009/share/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /share/ ajp://127.0.0.1:8009/share/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /alfresco/ ajp://127.0.0.1:8009/alfresco/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /alfresco/ ajp://127.0.0.1:8009/alfresco/&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2012 12:39:53 GMT</pubDate>
    <dc:creator>shodges</dc:creator>
    <dc:date>2012-05-15T12:39:53Z</dc:date>
    <item>
      <title>'logout' from share webapp behind reverse proxy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-from-share-webapp-behind-reverse-proxy/m-p/271376#M224506</link>
      <description>Hi…I have alfresco set up behind an Apache reverse proxy. Everything seems to work fine, with one exception: The 'logout' link in the share web application ends up directing me to the non-proxied URL. More specifically:The actual link target in the html ishttps://alfresco.uni.edu/share/page/dologout</description>
      <pubDate>Fri, 11 May 2012 23:13:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-from-share-webapp-behind-reverse-proxy/m-p/271376#M224506</guid>
      <dc:creator>shodges</dc:creator>
      <dc:date>2012-05-11T23:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: 'logout' from share webapp behind reverse proxy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-from-share-webapp-behind-reverse-proxy/m-p/271377#M224507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the reverse proxy from http to ajp seems to fix this logout issue, i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /share/ &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/share/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/share/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /share/ &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/share/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/share/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /alfresco/ &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/alfresco/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/alfresco/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /alfresco/ &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/alfresco/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/alfresco/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /share/ ajp://127.0.0.1:8009/share/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /share/ ajp://127.0.0.1:8009/share/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /alfresco/ ajp://127.0.0.1:8009/alfresco/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /alfresco/ ajp://127.0.0.1:8009/alfresco/&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:39:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-from-share-webapp-behind-reverse-proxy/m-p/271377#M224507</guid>
      <dc:creator>shodges</dc:creator>
      <dc:date>2012-05-15T12:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: 'logout' from share webapp behind reverse proxy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-from-share-webapp-behind-reverse-proxy/m-p/271378#M224508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same issue where logout is redirecting to http and not https. We use mod_jk JKMount instead of proxypass.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; JKMount /share server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know how I can fix this with JKMount? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:34:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-from-share-webapp-behind-reverse-proxy/m-p/271378#M224508</guid>
      <dc:creator>demotdi</dc:creator>
      <dc:date>2014-06-26T15:34:03Z</dc:date>
    </item>
  </channel>
</rss>

