<?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: Which ports are really needed for alfresco to run? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159381#M113416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;8005 is the "tomcat admin port"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;50500 is used by WCM for the Alfresco to Alfresco deployment also known as the ASR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what your other port is used for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2008 08:29:13 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2008-08-07T08:29:13Z</dc:date>
    <item>
      <title>Which ports are really needed for alfresco to run?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159380#M113415</link>
      <description>Hi,Does anybody know what are the ports that are really needed by alfresco 2.9B to run? As I turned off FTP, CIFS and NFS, I see that I have 4 open ports left :8080 : this one is at least ok as I know for what it is for &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;50500: Seems to be used for RMI. Does alfresco really need it to run? If no, w</description>
      <pubDate>Tue, 05 Aug 2008 13:14:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159380#M113415</guid>
      <dc:creator>froufrou</dc:creator>
      <dc:date>2008-08-05T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Which ports are really needed for alfresco to run?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159381#M113416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;8005 is the "tomcat admin port"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;50500 is used by WCM for the Alfresco to Alfresco deployment also known as the ASR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what your other port is used for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 08:29:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159381#M113416</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-08-07T08:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Which ports are really needed for alfresco to run?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159382#M113417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll assume you're asking so a firewall can be configured for either the web or the WebDAV client to be accessed. If that is true, only 1 port needs to be available to the outside world. For example, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;|____Firewall-8443-open&lt;BR /&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; |____Apache-SSL-Proxy-8443&lt;BR /&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; |____Alfresco-8080&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The firewall allows only port 8443 to hit the Apache SSL reverse proxy.&amp;nbsp; That proxy forwards all traffic to the Alfresco server on port 8080. There is no other forwarding going on and this all appears to be working.&amp;nbsp; Communication inside the firewall from the Apache box to the Alfresco box can/should also be limited to just port 8080 for higher level of security.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Apache2.2 sites-available/ config:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;VirtualHost *:8443&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ServerName alfresco.yourdomain.com&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyPass /share &lt;A href="http://alfresco:8080/share" rel="nofollow noopener noreferrer"&gt;http://alfresco:8080/share&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyPassReverse /share &lt;A href="http://alfresco:8080/share" rel="nofollow noopener noreferrer"&gt;http://alfresco:8080/share&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyPass /alfresco &lt;A href="http://alfresco:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://alfresco:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyPassReverse /alfresco &lt;A href="http://alfresco:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://alfresco:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; # you need all the SSL* entries here too&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SSLEngine On&lt;BR /&gt;&amp;lt;/VirtualHost&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 15:43:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159382#M113417</guid>
      <dc:creator>jdp459</dc:creator>
      <dc:date>2008-10-29T15:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Which ports are really needed for alfresco to run?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159383#M113418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a follow up to my original posting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Following this thread I wrote the following wiki page to document Alfresco's use of tcp ports.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Port_numbers" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Port_numbers&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 12:06:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-ports-are-really-needed-for-alfresco-to-run/m-p/159383#M113418</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-11-03T12:06:56Z</dc:date>
    </item>
  </channel>
</rss>

