<?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: port question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151729#M318844</link>
    <description>... but maybe the most easy solution is to use a bookmark or shortcut on the client side ...</description>
    <pubDate>Fri, 29 Feb 2008 19:35:58 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-02-29T19:35:58Z</dc:date>
    <item>
      <title>port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151721#M318836</link>
      <description>Hello ,right now in my server (hp rp3440) there is a ov application running.it is accessed as server:/port no. Client would like to have the link as http:/server name &lt;BR /&gt;with out providing the port in the link ..how can we perform this&lt;BR /&gt;please advice</description>
      <pubDate>Wed, 27 Feb 2008 18:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151721#M318836</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-27T18:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151722#M318837</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Checklist&lt;BR /&gt;1) Provide DNS support for the hostname. Depending on your environment that may require a fully qualified domain name. You need an A record.&lt;BR /&gt;2) Look at the web servers httpd.conf file and make changes as required to support the name.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 27 Feb 2008 18:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151722#M318837</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-27T18:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151723#M318838</link>
      <description>Steve,&lt;BR /&gt;I have a full hostname as server.northamerica.dcop.com&lt;BR /&gt;So u meant to say ..there should be an A record created ....at DNS to pint to servername:7001&lt;BR /&gt;Thanks for your advice..</description>
      <pubDate>Wed, 27 Feb 2008 18:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151723#M318838</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-27T18:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151724#M318839</link>
      <description>DNS does not provide the port number merely host resolution.&lt;BR /&gt;&lt;BR /&gt;your httpd.conf file has a listen directive in it. Normally it listens on port 80.&lt;BR /&gt;&lt;BR /&gt;Change it to 7001 save the file and restart the web server.&lt;BR /&gt;&lt;BR /&gt;To give details I'd have to now which web server we are talking about.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 28 Feb 2008 00:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151724#M318839</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-28T00:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151725#M318840</link>
      <description>the server does not run the web server. there is an application that runs on 7001.ANd it is accessible through web ..as http:/server:7001.&lt;BR /&gt;Client would like to use some thing as htt:/server.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Feb 2008 01:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151725#M318840</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-28T01:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151726#M318841</link>
      <description>The easy way is to put a web server on port 80 and have it do an HTTP redirect to http://server:7001/.</description>
      <pubDate>Thu, 28 Feb 2008 18:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151726#M318841</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2008-02-28T18:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151727#M318842</link>
      <description>Lil more info would be appreciated ...regarding having an web server (port 80) and have it to access http://server:7001 .&lt;BR /&gt;Thanks Much</description>
      <pubDate>Fri, 29 Feb 2008 17:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151727#M318842</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-29T17:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151728#M318843</link>
      <description>I'm sure this "application" is using any kind of web server, maybe apache.&lt;BR /&gt;&lt;BR /&gt;One of the settings of any web server is the "server listen on port ..." - default is 80.&lt;BR /&gt;&lt;BR /&gt;You can either adjust the config to listen on port 80 or set up another web server to listen on port 80 and re-direct to the other port.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;meta http-equiv="refresh" content="5; URL=http://my.server:1234/" /&amp;gt;&lt;BR /&gt;&lt;!-- ... header info ... --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Feb 2008 19:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151728#M318843</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-02-29T19:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: port question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151729#M318844</link>
      <description>... but maybe the most easy solution is to use a bookmark or shortcut on the client side ...</description>
      <pubDate>Fri, 29 Feb 2008 19:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-question/m-p/4151729#M318844</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-02-29T19:35:58Z</dc:date>
    </item>
  </channel>
</rss>

