Server Configuration
Changes don't take effect until system restart.
System Administrator

The System Administrator username is used to access these sysadmin folder and administrator methods. By default, the administrator username is 'admin'.
Server Port

The TCP/IP protocol has a number of ports which are used to differentiate requests to different processes. The standard HTTP port number is 80. You can choose any port number from 1 to 65000, however, many port numbers on your system are reserved for other applications. Should you choose any port other than port 80, you will have to access you homepage with the port number appended to the URL (i.e. http://www.sambar.com:1080/ ).
Maximum Connections

Configure the maximum simultaneous connections supported by the system. Connections differ from users in that a connection is only maintained by the HTTP server for the duration of the transaction (HTTP request). Therefore, while you might wish to support 200 simultaneous users, the number of simultaneous connections needed to support that number of users would likely be no more than 20.
Resolve Host Names

CHECKED> Yes
CHECKED> No

Configure the server to perform a DNS lookup on every host connection to resolve the hostname. WARNING: This requires communicating with a DNS server which can be quite slow if not properly configured. You should absolutely NOT turn this feature on if your DNS server is on the other side of a WAN, modem dial-up, or if you expect user heavy traffic.
Home Page

The HTTP page served when users request the home page (/) from the server.
Default Page

The HTTP page served when users request a page from a directory without specifying a path to a URL.
Documents Directory

The directory in which documents are served out of. If not preceded by a drive letter (i.e. d:\wwwdir), this directory is assumed to be relative to the installation directory of the Sambar Server.
HTTP PUT Users

A space separated list of server users that have permission to use the HTTP PUT method. Directory access can be further restricted with the security interfaces.
Server Side Includes

A space separated list of HTML file extensions that correspond with files containing server side includes. As parsing server-side include files is expensive, it is recommended that the extensions be limited to shtml.
Log Format

The log format options are:
  • performance - Sambar Server performance format
  • combined - NCSA combined log format
  • common - NCSA Common Log Format
Log Buffer Size

Configure the maximum number of lines permitted in the server log file (server.log). Once this number is reached for a server session, the log is reset to the first line (it operates much like a circular buffer). For an infinite log size, set the log size value to 0.
Run Watcher

CHECKED> Yes
CHECKED> No

Start a Watcher Daemon when the server is started to monitor the WWW server and restart it in the event of a failure. This feature should NOT be used when the Sambar Server is run as an NT Service.
Watcher Timeout

Configure the delay in seconds between each wwwping of the server by the watcher daemon. This time should exceed 60 seconds (300 is the default). After two consecutive failures, the server will automatically be terminated and restarted.