<?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: Reverse Proxy with SSL in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15692#M6906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I still have that issue (return-page parameter has not been supplied) using Apache 2.2.4, Alfresco 2.0 and mod_proxy (both ajp and http). Do you have any solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alessandro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2007 05:07:03 GMT</pubDate>
    <dc:creator>alarocca</dc:creator>
    <dc:date>2007-07-20T05:07:03Z</dc:date>
    <item>
      <title>Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15687#M6901</link>
      <description>HiWe tried to reverse-proxy Alfreso with Apache/SSL in order to support secure access.We did the following:1. Create a local socket in tomcat/conf/server.xml&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector port="8081" address="127.0.0.1" maxHttpHeaderSize="8192" debug="5"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxThreads="150" minSpareThreads="25" maxSpa</description>
      <pubDate>Wed, 22 Feb 2006 10:40:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15687#M6901</guid>
      <dc:creator>borki</dc:creator>
      <dc:date>2006-02-22T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15688#M6902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are better ways to reverse proxy using apache, like mod_proxy, or in the case of tomcat/jboss apps, mod_jk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I have to say that both approaches have their problems right now:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using mod_jk (version 1.2.14), using the webdav interface from within Mac OS X's Finder ( and presumable other webdav clients)&amp;nbsp; does not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(apache logs say: PROPFIND /alfresco/webdav HTTP/1.1: 404)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using mod_proxy, using the webdav interface does work, but not for renaming or moving files. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pieter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 17:45:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15688#M6902</guid>
      <dc:creator>macbar</dc:creator>
      <dc:date>2006-02-27T17:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15689#M6903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In fact, using a RewriteRule with [P] flag is calling mod_proxy in the background. We see absolutely no indication, why this should not work since we are proxying every application we want to access from the Internet. This works for all kinds of apps (PHP stuff, Java/Tomcat stuff, CGIs, etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WebDAV may be another problem, because it uses other HTTP methods which mod_jk/mod_proxy probably can not handle corectly (the normal web frontend only uses GET and POST, WebDAV also uses PROPFIND and maybe others..)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Reto&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 08:16:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15689#M6903</guid>
      <dc:creator>borki</dc:creator>
      <dc:date>2006-02-28T08:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15690#M6904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually this is a bug in mod_proxy. Check &lt;/SPAN&gt;&lt;A href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37145" rel="nofollow noopener noreferrer"&gt;http://issues.apache.org/bugzilla/show_bug.cgi?id=37145&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Works fine for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;t.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 20:03:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15690#M6904</guid>
      <dc:creator>tryke</dc:creator>
      <dc:date>2006-02-28T20:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15691#M6905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right, thanks a lot…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reto&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 21:05:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15691#M6905</guid>
      <dc:creator>borki</dc:creator>
      <dc:date>2006-02-28T21:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15692#M6906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I still have that issue (return-page parameter has not been supplied) using Apache 2.2.4, Alfresco 2.0 and mod_proxy (both ajp and http). Do you have any solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alessandro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 05:07:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/15692#M6906</guid>
      <dc:creator>alarocca</dc:creator>
      <dc:date>2007-07-20T05:07:03Z</dc:date>
    </item>
  </channel>
</rss>

