HTTPSERVERPORTMIN= System Option

Specifies the lowest port number that can be used by the SAS HTTP server for remote browsing.
Valid in: Configuration file, SAS invocation
Category: Communications: Networking and encryption
PROC OPTIONS GROUP= Communications
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

HTTPSERVERPORTMIN=min-port-number

Syntax Description

min-port-number
specifies the lowest port number that can be used by the SAS HTTP server for remote browsing.
Default:0
Range:0–65535

Details

Use the HTTPSERVERPORTMIN and HTTPSERVERPORTMAX system options to specify a range of port values that the remote browser HTTP server can use to dynamically assign a port number when a firewall is configured between SAS and the HTTP server.

See Also