<?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: apache in linux red hat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846159#M66696</link>
    <description>Please tell us if the clients can reach the new URL directly.</description>
    <pubDate>Fri, 18 Aug 2006 14:56:37 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-08-18T14:56:37Z</dc:date>
    <item>
      <title>apache in linux red hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846155#M66692</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have installed the apache in Linux red hat and it works fine. Now I have to change the httpd.conf to point to another server in the network, but I don't kow exactly what to do. I have made some changes (see attachment). The remote server has the WebLogic application  server.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Taulant</description>
      <pubDate>Fri, 18 Aug 2006 09:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846155#M66692</guid>
      <dc:creator>Inter_1</dc:creator>
      <dc:date>2006-08-18T09:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: apache in linux red hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846156#M66693</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxjava.net/howto/webapp/" target="_blank"&gt;http://www.linuxjava.net/howto/webapp/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The basic concept is to redirect traffic from one server to another. It can all be done with httpd.conf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Aug 2006 10:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846156#M66693</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-18T10:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: apache in linux red hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846157#M66694</link>
      <description>The "new" server where you want to redirect the page, can be reached from the clients or is in a Internal network protected by a firewall?&lt;BR /&gt;&lt;BR /&gt;You can use apache redirect if the client can directly connect to the other server, you need iptables Port Address Translation if you want that clients can access internal servers that cannot be reached directly.&lt;BR /&gt;&lt;BR /&gt;Usage:&lt;BR /&gt;&lt;BR /&gt;Redirect /&lt;OLD-PATH&gt; http://&lt;CURRENT-DOMAIN&gt;/&lt;CURRENT-PATH&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;Redirect / &lt;A href="http://www.newserver.com" target="_blank"&gt;http://www.newserver.com&lt;/A&gt;&lt;/CURRENT-PATH&gt;&lt;/CURRENT-DOMAIN&gt;&lt;/OLD-PATH&gt;</description>
      <pubDate>Fri, 18 Aug 2006 10:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846157#M66694</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-18T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: apache in linux red hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846158#M66695</link>
      <description>Ok, but how can i redirect it. What changes do I have to make in httpd.conf&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Taulant</description>
      <pubDate>Fri, 18 Aug 2006 14:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846158#M66695</guid>
      <dc:creator>Inter_1</dc:creator>
      <dc:date>2006-08-18T14:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: apache in linux red hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846159#M66696</link>
      <description>Please tell us if the clients can reach the new URL directly.</description>
      <pubDate>Fri, 18 Aug 2006 14:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846159#M66696</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-18T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: apache in linux red hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846160#M66697</link>
      <description>from this apache server (10.10.0.15 I can access the url.&lt;BR /&gt;I want when I would write http://localhost that should be redirected to &lt;A href="http://10.10.0.26:7003/MainLogin.jsp" target="_blank"&gt;http://10.10.0.26:7003/MainLogin.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 18 Aug 2006 15:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846160#M66697</guid>
      <dc:creator>Inter_1</dc:creator>
      <dc:date>2006-08-18T15:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: apache in linux red hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846161#M66698</link>
      <description>Thanks, I did the Redirection.&lt;BR /&gt;&lt;BR /&gt;I have this kind of configuration.&lt;BR /&gt;if i do http:10.10.0.15 (apache server) it redirect to &lt;A href="http://10.10.0.26:7003/MainLogin.jsp" target="_blank"&gt;http://10.10.0.26:7003/MainLogin.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is any other configuration to show me in the browser the Ip 10.10.0.15:7003/MainLogin.jsp&lt;BR /&gt;instead of &lt;A href="http://10.10.0.26:7003/MainLogin.jsp" target="_blank"&gt;http://10.10.0.26:7003/MainLogin.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;in order not to show as ridirection?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 15:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846161#M66698</guid>
      <dc:creator>Inter_1</dc:creator>
      <dc:date>2006-08-18T15:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: apache in linux red hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846162#M66699</link>
      <description>I have seen httpd.conf in one apache server these kind or configuration for reason above.&lt;BR /&gt;&lt;BR /&gt;In this case the apache is in Ip 10.0.11.90 and the redirection is in Ip 10.10.111.90&lt;BR /&gt;&lt;BR /&gt;They use this configuration and I want to know why they use that and you can I implememnt it.&lt;BR /&gt;&lt;BR /&gt;see attachemt&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;Taualnt&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 15:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-in-linux-red-hat/m-p/3846162#M66699</guid>
      <dc:creator>Inter_1</dc:creator>
      <dc:date>2006-08-18T15:47:22Z</dc:date>
    </item>
  </channel>
</rss>

