<?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: Configure reverse proxy for alfresco community 5.2 windows in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28429#M12143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Axel, the Loftux one. That's right.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2017 10:02:15 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2017-08-01T10:02:15Z</dc:date>
    <item>
      <title>Configure reverse proxy for alfresco community 5.2 windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28425#M12139</link>
      <description>Hey guys,We have Alfresco Community version up and running on our local windows 2008 server. We have the SSL certificates in place.We are in the process of setting up reverse proxy for Alfresco. There are many outdated documentations to complete this however none of the steps are working.We are tryi</description>
      <pubDate>Fri, 28 Jul 2017 20:00:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28425#M12139</guid>
      <dc:creator>ianfraser143</dc:creator>
      <dc:date>2017-07-28T20:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configure reverse proxy for alfresco community 5.2 windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28426#M12140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem isn't necessarily that the guides are outdated - the core concepts for setting up a Reverse Proxy for Alfresco have not changed &amp;nbsp;since I started working with Alfresco in 2010. The problem for most people is just that there are multiple options to choose from,&amp;nbsp;some guides / blog posts may be rather high-level and a lot of people doing this for the first time simply lack the experience to comprehend the guides / documentation (however well written) on the first and second tries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Alfresco documentation about &lt;A href="http://docs.alfresco.com/5.2/tasks/configure-ssl-prod.html" rel="nofollow noopener noreferrer"&gt;SSL + reverse proxy for production environment&lt;/A&gt; focusses on Apache HTTPd with mod_jk. A lot of community members, like &lt;A href="http://www.keensoft.es/en/configuring-alfresco-ssl-by-using-lets-encrypt/" rel="nofollow noopener noreferrer"&gt;Keensoft&lt;/A&gt;, also use this general approach. Some &lt;A href="https://github.com/ecm4u/alfresco-reverse-proxy" rel="nofollow noopener noreferrer"&gt;prefer Nginx&lt;/A&gt;&amp;nbsp;for its performance advantages (though I hardly ever encountered a use case where the proxy was the performance bottleneck). I&amp;nbsp;usually use Apache HTTPd with mod_proxy...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would have been better if you had attached your configuration files as attachments instead of including them with your&amp;nbsp;text - that would make it easier to separate the individual files.&amp;nbsp;Some properties you have set seem a bit strange and I am having a hard time&amp;nbsp;comprehending how / where you did come up with them, e.g.&amp;nbsp;alfresco.enableMultiThreadedTracking=true and&amp;nbsp;share.enableMultiThreadedTracking=true in alfresco-global.properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2017 12:20:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28426#M12140</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-07-29T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Configure reverse proxy for alfresco community 5.2 windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28427#M12141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple example for&amp;nbsp;the&amp;nbsp;configuration of&amp;nbsp;Apache with mod_proxy&amp;nbsp;may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/thread/232336"&gt;Alfresco tomcat behind apache httpd proxy configuration&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another interesting setup for nginx is the one that it is done by the&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Loftux Ubuntu Installer for Alfresco&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/loftuxab/alfresco-ubuntu-install/tree/master/nginx" title="https://github.com/loftuxab/alfresco-ubuntu-install/tree/master/nginx" rel="nofollow noopener noreferrer"&gt;alfresco-ubuntu-install/nginx at master · loftuxab/alfresco-ubuntu-install · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:58:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28427#M12141</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-07-31T15:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configure reverse proxy for alfresco community 5.2 windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28428#M12142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean the "Loftux Ubuntu Installer for Alfresco" or "Loftux Alfresco Installer on Ubuntu"... it should not be confused as an official installer which someone&amp;nbsp;casual reader might do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:26:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28428#M12142</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-08-01T09:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configure reverse proxy for alfresco community 5.2 windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28429#M12143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Axel, the Loftux one. That's right.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 10:02:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/configure-reverse-proxy-for-alfresco-community-5-2-windows/m-p/28429#M12143</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-08-01T10:02:15Z</dc:date>
    </item>
  </channel>
</rss>

