<?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: Problem with redirect from 80 to 8080 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-redirect-from-80-to-8080/m-p/305190#M258320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's fixed, I follow this article : &lt;/SPAN&gt;&lt;A href="https://capens.net/content/alfresco-redirect-http-port-80#comment-31" rel="nofollow noopener noreferrer"&gt;https://capens.net/content/alfresco-redirect-http-port-80#comment-31&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my /etc/httpd/conf.d/alfresco.conf&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;BR /&gt;ServerName alfresco.mydomain.com&lt;BR /&gt;&lt;BR /&gt;ErrorLog "/var/log/httpd/alfresco/alfresco-error.log"&lt;BR /&gt;CustomLog "/var/log/httpd/alfresco/alfresco-access.log" common&lt;BR /&gt;&lt;BR /&gt;RewriteEngine On&lt;BR /&gt;RewriteCond %{REQUEST_URI} !^/alfresco*&lt;BR /&gt;RewriteCond %{REQUEST_URI} !^/share*&lt;BR /&gt;RewriteRule /(.*)$ /share$0 [R]&lt;BR /&gt;&lt;BR /&gt;&amp;lt;Proxy *&amp;gt;&lt;BR /&gt;&amp;nbsp; AddDefaultCharset Off&lt;BR /&gt;&amp;nbsp; Order deny,allow&lt;BR /&gt;&amp;nbsp; Allow from all&lt;BR /&gt;&amp;lt;/Proxy&amp;gt;&lt;BR /&gt;&lt;BR /&gt;ProxyPass /alfresco ajp://localhost:8009/alfresco&lt;BR /&gt;ProxyPassReverse /alfresco ajp://localhost:8009/alfresco&lt;BR /&gt;&lt;BR /&gt;ProxyPass /share ajp://localhost:8009/share&lt;BR /&gt;ProxyPassReverse /share ajp://localhost:8009/share&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/VirtualHost&amp;gt;&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;/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;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>Tue, 04 Nov 2014 10:00:34 GMT</pubDate>
    <dc:creator>jack_chuong</dc:creator>
    <dc:date>2014-11-04T10:00:34Z</dc:date>
    <item>
      <title>Problem with redirect from 80 to 8080</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-redirect-from-80-to-8080/m-p/305189#M258319</link>
      <description>Hi all,I installed Alfresco-5.0.a on Centos 6.4 64 bit (Tomcat web service), everything work fine, my users can access to alfresco by typing http://192.168.0.8:8080/alfresco or http://192.168.0.8:8080/share192.168.0.8 is my internal ip address .Now I want to do redirect by Apache mod_jk so :http://a</description>
      <pubDate>Fri, 03 Oct 2014 03:43:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-redirect-from-80-to-8080/m-p/305189#M258319</guid>
      <dc:creator>jack_chuong</dc:creator>
      <dc:date>2014-10-03T03:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with redirect from 80 to 8080</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-redirect-from-80-to-8080/m-p/305190#M258320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's fixed, I follow this article : &lt;/SPAN&gt;&lt;A href="https://capens.net/content/alfresco-redirect-http-port-80#comment-31" rel="nofollow noopener noreferrer"&gt;https://capens.net/content/alfresco-redirect-http-port-80#comment-31&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my /etc/httpd/conf.d/alfresco.conf&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;BR /&gt;ServerName alfresco.mydomain.com&lt;BR /&gt;&lt;BR /&gt;ErrorLog "/var/log/httpd/alfresco/alfresco-error.log"&lt;BR /&gt;CustomLog "/var/log/httpd/alfresco/alfresco-access.log" common&lt;BR /&gt;&lt;BR /&gt;RewriteEngine On&lt;BR /&gt;RewriteCond %{REQUEST_URI} !^/alfresco*&lt;BR /&gt;RewriteCond %{REQUEST_URI} !^/share*&lt;BR /&gt;RewriteRule /(.*)$ /share$0 [R]&lt;BR /&gt;&lt;BR /&gt;&amp;lt;Proxy *&amp;gt;&lt;BR /&gt;&amp;nbsp; AddDefaultCharset Off&lt;BR /&gt;&amp;nbsp; Order deny,allow&lt;BR /&gt;&amp;nbsp; Allow from all&lt;BR /&gt;&amp;lt;/Proxy&amp;gt;&lt;BR /&gt;&lt;BR /&gt;ProxyPass /alfresco ajp://localhost:8009/alfresco&lt;BR /&gt;ProxyPassReverse /alfresco ajp://localhost:8009/alfresco&lt;BR /&gt;&lt;BR /&gt;ProxyPass /share ajp://localhost:8009/share&lt;BR /&gt;ProxyPassReverse /share ajp://localhost:8009/share&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/VirtualHost&amp;gt;&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;/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;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>Tue, 04 Nov 2014 10:00:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-redirect-from-80-to-8080/m-p/305190#M258320</guid>
      <dc:creator>jack_chuong</dc:creator>
      <dc:date>2014-11-04T10:00:34Z</dc:date>
    </item>
  </channel>
</rss>

