<?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 root account to configure SAS in Redhat server in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/root-account-to-configure-SAS-in-Redhat-server/m-p/649779#M18966</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to configure SAS using the document &lt;A href="https://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0nakjyj6hlqmvn11p9p04l25j9n.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n10aqkb89lg6c0n1ksyagv6g0ydn" target="_blank" rel="noopener"&gt;LINK&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that document i can see below notes, please help me to understand did this applicable&amp;nbsp; for REDHAT also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN class="xis-noteGenText"&gt;Note: &lt;/SPAN&gt;&lt;SPAN&gt;Be aware that on UNIX platforms, you must start SAS Web Server as root in order to listen on ports below 1024.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ranjan&lt;/P&gt;</description>
    <pubDate>Fri, 22 May 2020 05:05:40 GMT</pubDate>
    <dc:creator>ranjan_gandhi</dc:creator>
    <dc:date>2020-05-22T05:05:40Z</dc:date>
    <item>
      <title>root account to configure SAS in Redhat server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/root-account-to-configure-SAS-in-Redhat-server/m-p/649779#M18966</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to configure SAS using the document &lt;A href="https://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0nakjyj6hlqmvn11p9p04l25j9n.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n10aqkb89lg6c0n1ksyagv6g0ydn" target="_blank" rel="noopener"&gt;LINK&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that document i can see below notes, please help me to understand did this applicable&amp;nbsp; for REDHAT also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN class="xis-noteGenText"&gt;Note: &lt;/SPAN&gt;&lt;SPAN&gt;Be aware that on UNIX platforms, you must start SAS Web Server as root in order to listen on ports below 1024.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ranjan&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 05:05:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/root-account-to-configure-SAS-in-Redhat-server/m-p/649779#M18966</guid>
      <dc:creator>ranjan_gandhi</dc:creator>
      <dc:date>2020-05-22T05:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: root account to configure SAS in Redhat server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/root-account-to-configure-SAS-in-Redhat-server/m-p/649786#M18967</link>
      <description>&lt;P&gt;On UNIX systems, IP ports with a number below 1024 are "privileged" ports, and only processes run by the superuser may listen on them. So if you want to configure the SAS web server to also service the "standard" ports 80 (http) and 443 (https), it must be started as root.&lt;/P&gt;
&lt;P&gt;I have two web server instances running:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;the SAS web server as-is out of the box, listening on port 7980, started from the SAS installation user&lt;/LI&gt;
&lt;LI&gt;a simplified configuration, using the same binaries, started as root to handle the "main" ports, redirecting SAS-related requests to 7980&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 22 May 2020 06:28:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/root-account-to-configure-SAS-in-Redhat-server/m-p/649786#M18967</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-22T06:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: root account to configure SAS in Redhat server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/root-account-to-configure-SAS-in-Redhat-server/m-p/650117#M18979</link>
      <description>Hi Ranjan,&lt;BR /&gt;&lt;BR /&gt;yes, it is applicable for all UNIX and Linux systems, included RHEL. The operating system will protect, as best practice, all ports from 0 to 1024 from being opened by non-root users.&lt;BR /&gt;&lt;BR /&gt;You have some options:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  *    you can create an exception to this rule, at OS level, although not recommended&lt;BR /&gt;  *   You can indeed modify the sas.servers and sas.servers.mid scripts to start web server as root (or sudo if sasinst is in the sudo whitelist)&lt;BR /&gt;  *   You can use an external Web Server (IIS, Apache, the SAS Websetver as proposed above...) and configure SAS to use it. The external web server can listen in 89 or 443, then leave the SAS one listening on default port 7980.&lt;BR /&gt;&lt;BR /&gt;To be honest, I recommend you to look up on the SAS documentation, the SAS Middle-tier Administration guide, for the Configuring SAS to use an external Reverse Proxy, which is the 3rd option in my bullet list, as best practice.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 23 May 2020 20:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/root-account-to-configure-SAS-in-Redhat-server/m-p/650117#M18979</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-05-23T20:42:26Z</dc:date>
    </item>
  </channel>
</rss>

